import { MongoConnection } from '../MongoConnection'; export declare function run(client: MongoConnection, db: string, command: any): Promise;