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