/** Codex stores config, history, and transcripts under CODEX_HOME when set; * otherwise it defaults to ~/.codex. Keep this dynamic so tests and child * processes that set CODEX_HOME after module load still resolve correctly. */ export declare function codexHome(): string; export declare function codexHistoryPath(): string; export declare function codexSessionsRoot(): string; //# sourceMappingURL=codex-paths.d.ts.map