declare function download(url: string, filename: string): Promise<void>;
export default download;
//# sourceMappingURL=download.d.ts.map