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