/** * Path to the directory where Nx stores its cache and daemon-related files. */ export declare const cacheDir: string; export declare function cacheDirectoryForWorkspace(workspaceRoot: string): string; export declare const projectGraphCacheDirectory: string;