import { RenderGraphiQLOptions } from "./types";
export declare const renderGraphiQL: (options?: RenderGraphiQLOptions) => string;
