import type { ExtendedSourceItem } from '../ExtendedSourceItem.js'; import type { FileCollection } from '../FileCollection.js'; /** * This method will zip a file collection and return the zip as an ArrayBuffer * @param collection - The file collection to zip * @param finalPaths - toZip will fill this map with the final paths of the sources * @returns Zip as an Uint8Array */ export declare function toZip(collection: FileCollection, finalPaths?: Map): Promise>; //# sourceMappingURL=to_zip.d.ts.map