/// import stream from 'stream'; import { ZipEntry } from './ZipEntry'; export declare function makeZipPackageStream(entries: AsyncIterable | Iterable): Promise; //# sourceMappingURL=makeZipPackageStream.d.ts.map