import { AggregationCursor, Cursor } from 'mongodb'; import { Readable } from './stream-readable-typed'; export declare function MongoToReadable(mongoStream: Cursor | AggregationCursor, name: string, throwErrorForTesting?: boolean): Readable;