import { Db } from "mongodb";
export declare function executeMongoQuery(connection: Db, query: any): Promise<any>;
