class GzDecoderimport { GzDecoder } from "https://deno.land/x/foras@2.0.6/wasm/pkg/foras.d.ts"; ConstructorsnewGzDecoder()Methodsfinish(): Uint8Arrayflush(): voidfree(): voidread(): Uint8Arraywrite(input: Uint8Array): void