import Database from 'better-sqlite3'; export declare function initDb(): Database.Database; /** Test-only restart seam: close the process singleton so the next initDb() * reopens the same sanitized home and reruns migrations. */ export declare function __closeDbForTest(): void; //# sourceMappingURL=db.d.ts.map