import type { MigrationOperation } from './types';
export declare function generateSQL(operations: MigrationOperation[]): string;
