import type { RunnerOption } from '../runner';
export declare function getMigrationTableSchema(options: RunnerOption): string;
