import type { FileEntry } from '@zip.js/zip.js'; import type { ItemData } from '../ItemData.js'; /** * Converts a zip entry to an ItemData object. * @param entry - The zip file entry. * @returns An ItemData object with methods to retrieve the data in different formats. */ export declare function fileEntryToData(entry: FileEntry): ItemData; //# sourceMappingURL=file_entry_to_data.d.ts.map