/// import type { Readable, Writable } from 'stream'; export declare function pipelines(pipelines: [from: Readable, to: Writable][]): Promise;