export interface MigrationResult { name: string; applied: boolean; } export declare function migrateForgeConfig(projectRoot: string): MigrationResult; export declare function migrateEpicState(projectRoot: string): MigrationResult;