export type Dialect = "sqlite" | "mysql" | "postgresql"; export declare function getDialect(): Dialect; //# sourceMappingURL=dialect.d.ts.map