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