export declare function download(url: string, folder: string): Promise<void>;
