export default factory; /** * @param {(import('stream').Duplex)[]} streams * @return {Readable} */ declare function factory(...streams: (import('stream').Duplex)[]): Readable; declare namespace factory { export { object }; } /** * @param {(import('stream').Duplex)[]} streams * @return {Readable} */ export function object(...streams: (import('stream').Duplex)[]): Readable; import { Readable } from 'readable-stream';