import { SQLDialect } from "./SQLDialect";
export declare class SQLDialectMySQL implements SQLDialect {
    getWASMDialectInt(): number;
}
