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