import { ProjectJSON } from '../types'; export declare const CURRENT_PROJECT_VERSION = 2; export declare function migrateProject(project: ProjectJSON, targetVersion?: number): ProjectJSON; //# sourceMappingURL=migrations.d.ts.map