declare const unzip: (source: string, destination: string) => Promise<unknown>;
export { unzip };
//# sourceMappingURL=unzip.d.ts.map