/// import * as stream from "stream"; export declare const waitToFinish: typeof stream.finished.__promisify__; export declare function writeIterableToStream(iterable: AsyncIterable, target: stream.Writable): Promise;