export declare function getCacheRoot(): string; export declare function getCachePath(key: string, ...p: string[]): string; export declare function getLockFilePath(key: string): string;