/// <reference types="express" />
import { Handler } from 'express';
export declare function mongoGraphQLMiddleware(): Handler;
