import { type Db, type StoreConfig } from "./db-postgres.js"; export type { Db, EphemeralDataDir, Query, StoreConfig } from "./db-postgres.js"; /** 02-store §4 — url picks the pg engine; otherwise the PGlite dev default. */ export declare function createDb(config?: StoreConfig): Db; //# sourceMappingURL=db.d.ts.map