import { MongoClient } from 'mongodb';
export declare function getMongoClient(uri: string): Promise<MongoClient>;
