import { IMigratorOptions } from '../type';
export declare const up: ({ context }: IMigratorOptions) => Promise<void>;
export declare const down: ({ context }: IMigratorOptions) => Promise<void>;
