export declare function doesPathExist(filePath: string): Promise<boolean>;
export declare function ensureDirectoryExists(dirPath: string): Promise<void>;
export declare function downloadFile(url: string, savePath: string): Promise<void>;
//# sourceMappingURL=filesystem.d.ts.map