interface EventBasedZipLibraryimport { type EventBasedZipLibrary } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.js"; Represents event-based implementations used to compress/decompress data. PropertiesDeflate: EventBasedCodecThe class used to compress data. Inflate: EventBasedCodecThe class used to decompress data.