export declare function runFullMigration(fromVersion: number, toVersion: number): Promise<{ log: any; fixesApplied: number; }>;