import type BetterSqlite3 from "better-sqlite3"; /** The better-sqlite3 database handle type used across the memory subsystem. */ export type Database = BetterSqlite3.Database; //# sourceMappingURL=db-types.d.ts.map