export declare function getGlobalDataDir(): string; export declare function sanitizeProjectPath(resolvedPath: string): string; /** * `/projects//` * Throws if `cwd` does not exist (matches daemon's `realpathSync` semantics). */ export declare function getProjectDataDir(cwd: string): string;