import * as os from './os/index.js'; export declare const env: { CPUMonitor: typeof os.CPUMonitor; doesPathExist(filePath: string): Promise; ensureDirectoryExists(dirPath: string): Promise; downloadFile(url: string, savePath: string): Promise; findFilesByPattern(directoryPath: string, pattern: string, callback: import("../async/index.js").ICallback): void; getCurrentDir(): string; getCacheDir(): string; }; //# sourceMappingURL=index.d.ts.map