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