/// <reference types="node" />
import { PassThrough, Stream } from 'stream';
export default function mergeStream(...streams: Stream[]): PassThrough;
