export declare enum SQLDialect { MYSQL = "MySQL", TSQL = "TSQL", PLSQL = "PLSQL", PLpgSQL = "PLpgSQL" }