function zipimport { zip } from "https://deno.land/x/pbkit@v0.0.62/misc/archive/zip.ts"; zip(files: AsyncGenerator<[string, Uint8Array]>): Promise<Uint8Array>Parametersfiles: AsyncGenerator<[string, Uint8Array]>ReturnsPromise<Uint8Array>