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