import type { MigrationConfig } from './migration-types.js'; export declare function normalizeRelativePath(value: string): string; export declare function ensureRelativePath(projectDir: string, filePath: string): string; export declare function hasLegacyConfigKeys(source: string): boolean; export declare function createLegacyMigrationWorkspaceResetError(reason: string): Error; export declare function parseMigrationConfig(source: string): MigrationConfig;