export declare const COMMON_MIGRATION_FILES: string[];
export declare function getMigrationDestination(fileName: string, commonFolder: string, visualTestsFolder: string): string;
export declare function migrate(): Promise<void>;
