import type { SqliteAdapter as Database } from '../db/sqlite-adapter.js'; declare function readCodexModel(configPath?: string): string; export declare function ingestCodex(db: Database, verbose?: boolean): Promise<{ sessions: number; requests: number; }>; export { readCodexModel }; //# sourceMappingURL=codex.d.ts.map