import type { NormalizedSession, SessionListEntry } from '../types.js'; export declare function parseCodexSession(filePath: string): Promise; export declare function findCodexSessions(): Promise; //# sourceMappingURL=codex.d.ts.map