/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /// import type JSZip from "jszip"; export declare function unzipStream(stream: NodeJS.ReadableStream): Promise; //# sourceMappingURL=unzipStream.d.ts.map