/** assert url ends with .zip */ export declare function downloadAndUnzip(params: { url: string; destDirPath: string; }): void;