import * as Mongodb from 'mongodb'; export declare class MongoContainer { private static _db; private static _ObjectID; private static Collection; private static collections; private static beforeRegister; static registerCollection(target: any, name: string): Promise; static runRegister(): void; static readonly ObjectID: Mongodb.ObjectID; static readonly ObjectId: Mongodb.ObjectID; static getConnection(): Mongodb.Collection; static getDB(): Mongodb.Db; private static defineProxy; }