/// <reference types="node" />
import type { Readable } from 'node:stream';
export declare function multisort(streams: Readable[]): Readable;
