interface Zlib Usage in Deno```typescript import { type Zlib } from "node:node__zlib.d.ts"; ``` Properties deprecated readonly bytesRead: number readonly bytesWritten: number optional shell: boolean | string | undefined Methods close(callback?: () => void): void flush(kind?: number,callback?: () => void,): void flush(callback?: () => void): void