interface FS implements ZipDirectoryEntryimport { type FS } from "https://deno.land/x/gotenberg@0.4.0/deps/zip.ts"; Propertiesroot: ZipDirectoryEntryMethodsremove(entry: ZipEntry): voidmove(entry: ZipEntry, destination: ZipDirectoryEntry): voidfind(fullname: string): ZipEntrygetById(id: number): ZipEntry