export declare class DownloadUtils { static downloadZip(url: string, targetPath: string, progressBarMsg: string): Promise; }