import { MigrationOptions } from '../types';
import { Sql } from './othersTypes';
export { Sql };
export declare function sql(mOptions: MigrationOptions): Sql;
