import { Readable } from 'stream'; export declare function concatReadable(...streams: Readable[]): Readable;