import { GraphiQLPlugin } from '@graphiql/react'; import { GraphiQLCodeExporterProps } from 'graphiql-code-exporter'; type GraphiQLCodeExporterPluginProps = Omit; export declare function codeExporterPlugin(props: GraphiQLCodeExporterPluginProps): GraphiQLPlugin; export {};