/// import { PassThrough, Stream } from 'stream'; export default function mergeStream(...streams: Stream[]): PassThrough;