import { Database } from '../runtime/sqlite'; export declare function resolveDataDir(): string; export declare function resolveLogPath(): string; export declare function openForgeDatabase(dbPath: string): Database; export declare function initializeDatabase(dataDir: string): Database; export declare function closeDatabase(db: Database): void; //# sourceMappingURL=database.d.ts.map