import { GraphiQLPlugin } from '@graphiql/react'; import { GraphiQLExplorerProps } from 'graphiql-explorer'; export type GraphiQLExplorerPluginProps = Omit; export declare function explorerPlugin(props?: GraphiQLExplorerPluginProps): GraphiQLPlugin;