class Inflateimport { Inflate } from "https://deno.land/x/compress@v0.4.8/zlib/mod.ts"; ConstructorsnewInflate(options: InflateOptions)Propertiesended: booleanerr: STATUSheader: GZheadermsg: stringoptions: InflateOptionsRequiredstrm: ZStreamMethodspush(data: Uint8Array, mode: boolean | number): Uint8Array