/** Cross-platform home directory (Windows USERPROFILE, Unix HOME). */ export declare function getHomeDir(): string; export declare function expandHome(path: string): string; export declare function agentPaths(): { claudeProjects: string; claudeCredentials: string; takumiProjects: string; codexDir: string; codexDb: string; codexAuth: string; codexConfig: string; geminiTmp: string; geminiHistory: string; opencodeMessages: string; piSessions: string; hermesDir: string; hermesDb: string; }; export declare function existingAgentPaths(): string[]; //# sourceMappingURL=paths.d.ts.map