import { Kind } from 'graphql'; import { GraphQLESLintRule } from '../../types.cjs'; import 'eslint'; import 'estree'; import 'graphql-config'; import 'json-schema-to-ts'; import '../../estree-converter/types.cjs'; import '../../siblings.cjs'; import '@graphql-tools/utils'; declare const NON_OBJECT_TYPES: Kind[]; declare const rule: GraphQLESLintRule; export { NON_OBJECT_TYPES, rule };