export interface ProjectRuntimeCodexHome { path: string; sessionCountHint: number; source: 'project' | 'madmax-run'; publicLabel?: string; } export declare function discoverProjectRuntimeCodexHomes(cwd: string): Promise; //# sourceMappingURL=project-runtime-codex-homes.d.ts.map