export declare const env: {
    doesPathExist(filePath: string): Promise<boolean>;
    ensureDirectoryExists(dirPath: string): Promise<void>;
    downloadFile(url: string, savePath: string): Promise<void>;
    getCurrentDir(): string;
    getCacheDir(): string;
};
//# sourceMappingURL=index.d.ts.map