import { GraphQLESLintRule } from '../types.mjs';
import 'eslint';
import 'estree';
import 'graphql';
import 'json-schema-to-ts';
import '../siblings.mjs';
import '@graphql-tools/utils';
import '../estree-converter/types.mjs';
import 'graphql-config';

declare const rule: GraphQLESLintRule<[], true>;

export { rule };
