export declare const applyMigrations: (options: {
    sourceDir: string;
    manifestFile: string;
}) => Promise<any>;
