import { MongoQueryResultValue } from "./MongoQueryResultValue"; export declare type MongoQueryResultSet = { [key: string]: MongoQueryResultValue; };