import type { GraphiQLOptions } from 'graphql-yoga';
export declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;
