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