export declare function downloadAndUnzip(params: { url: string; destDirPath: string; }): void;