/// import { MongoConnection } from '../MongoConnection'; import ReadableStream = NodeJS.ReadableStream; export declare function aggregate(client: MongoConnection, db: string, collection: string, pipeline: Array, options: any): ReadableStream;