import * as Mongodb from 'mongodb'; export declare function MongoCollection(collection: Mongodb.Collection, name: string): any;