import { EventEmitter } from 'events'; export declare function streamToPromise(stream: EventEmitter, emitErrors?: boolean): Promise;