export declare const wseMerges: (concurrent?: number) => <T>(src: ReadableStream<ReadableStream<T> | Promise<T>>) => ReadableStream<T>;
