import { InjectionToken } from 'graphql-modules';
import { type Db } from 'mongodb';
export declare const MongoConnectionToken: InjectionToken<Db>;
