import type { Database as DatabaseType } from 'better-sqlite3'; export declare function openDb(dbPath: string): DatabaseType; //# sourceMappingURL=database.d.ts.map