import { HttpOptions } from './index'; export type FileEntry = { data: Buffer; path: string; }; export declare function downloadAndUnpack(url: URL, filepath: string, binary: string, options?: HttpOptions): Promise; export declare function download(url: URL, options: HttpOptions): Promise; //# sourceMappingURL=download.d.ts.map