import { Duplex, Transform, Writable } from "stream"; export = emit; declare function emit(stream: Stream): Stream; declare namespace emit {}