import { MigrationConfig } from '../types'; /** * Get config from environment or file */ export declare function loadConfig(configPath?: string): Promise; /** * Create default config file in the given path. */ export declare const createDefaultConfig: (targetPath: string) => void; //# sourceMappingURL=config.d.ts.map