import fs from 'node:fs'; type FsLike = Pick; type EnvLike = NodeJS.ProcessEnv; export declare function resolveFromPlaywrightCache(deps?: { fs?: FsLike; env?: EnvLike; platform?: NodeJS.Platform; homeDir?: string; localAppData?: string; }): string | null; export {};