/// <reference types="node" />
import pipe from "pump";
import { Stream } from "stream";
export { pipe };
import through from "through2";
export { through };
export { default as parallel } from "parallel-transform";
import from2 from "from2";
declare type From2 = typeof from2;
declare const from: From2;
export { from };
import flushWriteStream from "flush-write-stream";
declare type FlushWriteStream = typeof flushWriteStream;
declare const to: FlushWriteStream;
export { to };
import pumpify from "pumpify";
declare type PumpifyFn = (...streams: Stream[]) => pumpify;
declare const pipeline: PumpifyFn;
export { pipeline };
