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