export declare type QueryEngine = 'pg' | 'mysql'; export interface ConverterOptions { lineBreak: string; nameEscape: string; }