/// <reference types="express" />
import { Handler } from 'express';
import { GraphiQLOptions } from './graphiql-html';
export declare function graphiqlMiddleware(options: GraphiQLOptions): Handler;
