import type { Migration } from '../../databases/types';
export declare const wrapMigration: (migration: Migration) => void;
