export declare function agentDir(env?: NodeJS.ProcessEnv): string; export declare function sessionDir(env?: NodeJS.ProcessEnv): string; export declare function sessionsStateDir(env?: NodeJS.ProcessEnv): string; export declare function registryPath(env?: NodeJS.ProcessEnv): string; export declare function heartbeatDir(env?: NodeJS.ProcessEnv): string; export declare function heartbeatPath(sessionId: string, env?: NodeJS.ProcessEnv): string; export declare function repoHistoryPath(env?: NodeJS.ProcessEnv): string; export declare function multiRepoWorkspacesDir(env?: NodeJS.ProcessEnv): string; export declare function multiRepoWorkspacePath(sessionId: string, env?: NodeJS.ProcessEnv): string; export declare function worktreesDir(env?: NodeJS.ProcessEnv): string; export declare function worktreePath(repoName: string, sessionId: string, branchSlug: string, env?: NodeJS.ProcessEnv): string; export declare function projectSessionsDir(cwd: string): string; export declare function projectSkillsStatePath(cwd: string): string; export declare function projectMcpStatePath(cwd: string): string;