import type { GeneratorBaseCore } from '../../index.js';
export declare function loadDeploymentConfig(this: GeneratorBaseCore, { config, deployment, }?: {
    config?: any;
    deployment?: any;
}): void;
