import type { DeployConfig } from "../types/deploy.js"; /** * 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