export declare function applyMigration(options: { cwd?: string; schema?: string; context?: string; migration?: string; }): Promise;