import { DeployConfig } from "../types/deploy";
/**
 * Ignitions default deployment configuration values.
 */
export declare const defaultConfig: DeployConfig;
/**
 * The default number of confirmations to wait for when automining.
 */
export declare const DEFAULT_AUTOMINE_REQUIRED_CONFIRMATIONS = 1;
//# sourceMappingURL=defaultConfig.d.ts.map