export declare function migrateConfigFile(configPath: string, rawConfig: Record<string, unknown>): boolean;
