import type { DatabaseSync as DatabaseSyncType } from "node:sqlite"; /** * Opens a SQLite database and applies required connection pragmas. * Expects: dbPath is absolute and writable by the current process. */ export declare function databaseOpen(dbPath: string): DatabaseSyncType; //# sourceMappingURL=databaseOpen.d.ts.map