import { SqliteStore } from './sqlite-store.js'; /** * Get the singleton database instance. * Initializes it if not already initialized. * @returns The singleton SqliteStore instance. */ export declare function getDb(): Promise; /** * Close the database connection. */ export declare function closeDb(): Promise; //# sourceMappingURL=connection.d.ts.map