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

declare const NON_OBJECT_TYPES: Kind[];
declare const rule: GraphQLESLintRule;

export { NON_OBJECT_TYPES, rule };
