class Stream extends EventEmitterimport { Stream } from "https://deno.land/std@0.142.0/node/stream.ts"; ConstructorsnewStream(opts?: ReadableOptions)Methodspipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T