import { Writable } from 'node:stream';
export declare function download(url: string, w: Writable, progress?: (percentage: number) => void): Promise<void>;
//# sourceMappingURL=download.d.ts.map