import type { MigrationConfig } from "../types/index.js"; export declare const DEFAULT_EXCLUDE_PATTERNS: string[]; export declare function loadConfig(configPath?: string): MigrationConfig; export declare function resetConfig(): void; export declare function getSourcePath(): string; export declare function getTargetPath(): string; //# sourceMappingURL=config.d.ts.map