/**
 * Refuse an explicit cache directory whose wholesale removal could delete the
 * project or an entire filesystem volume.
 */
export declare function assertSafeExplicitCacheDirectory(projectRoot: string, cacheDirectory: string): void;
