interface Entryimport { type Entry } from "https://deno.land/x/gotenberg@0.4.0/deps/zip_types.d.ts"; Propertiesoptionaloffset: numberfilename: stringrawFilename: Uint8ArrayfilenameUTF8: booleandirectory: booleanencrypted: booleancompressedSize: numberuncompressedSize: numberlastModDate: DateoptionallastAccessDate: DateoptionalcreationDate: DaterawLastModDate: numberoptionalrawLastAccessDate: DateoptionalrawCreationDate: Datecomment: stringrawComment: Uint8ArraycommentUTF8: booleansignature: Uint8ArrayoptionalextraField: Map<number, Uint8Array>rawExtraField: Uint8Arrayzip64: booleanversion: numberversionMadeBy: numbermsDosCompatible: booleaninternalFileAttribute: numberexternalFileAttribute: numberMethodsoptionalgetData(writer: Writer, options?: EntryGetDataOptions): Promise<any>