import { Readable } from 'stream'; export declare const arrayToStream: (array: any[]) => Readable; export declare const streamToArray: (stream: Readable) => Promise;