import { ContentfulMigrationGenerator } from "./types";
export declare const MIGRATIONS_MODEL_NAME = "migrationVersions";
declare const getMigration: ContentfulMigrationGenerator;
export default getMigration;
