import type { Middleware } from '../../'; export declare const graphiql: (options?: { path?: string; }) => Middleware;