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