import { ExecutableDefinitionNode } from 'graphql';
import { GraphQLESTreeNode } from '../estree-converter/types.mjs';
import { c as GraphQLESLintRuleContext, f as GraphQLESLintRule } from '../types-ace77d86.js';
import 'eslint';
import 'estree';
import '@graphql-tools/utils';
import 'graphql-config';
import 'json-schema-to-ts';

declare const checkNode: (context: GraphQLESLintRuleContext, node: GraphQLESTreeNode<ExecutableDefinitionNode>, ruleId: string) => void;
declare const rule: GraphQLESLintRule;

export { checkNode, rule };
