export type { ChunkProcessor } from "@empiricalrun/r2-uploader/zip"; export { getZipEntryNames, readZipResourcesBySha1, streamZipEntries, withZipFile, } from "@empiricalrun/r2-uploader/zip"; import type { ChunkProcessor } from "@empiricalrun/r2-uploader/zip"; export declare function extractFilesFromZipPath({ zipPath, fileNames, chunkProcessor, }: { zipPath: string; fileNames: string[]; chunkProcessor: ChunkProcessor; }): Promise; export declare function getFilenamesInZip(zipUrl: string, { recursive, }?: { recursive?: boolean; }): Promise; export declare const extractFileFromZipFromUrl: ({ zipUrl, fileNames, chunkProcessor, }: { zipUrl: string; fileNames: string[]; chunkProcessor: ChunkProcessor; withCache?: boolean; }) => Promise; //# sourceMappingURL=extract-zip.d.ts.map