import { Kind } from 'graphql';
import { GraphQLESLintRule } from '../types.cjs';
export declare const NON_OBJECT_TYPES: Kind[];
export declare const rule: GraphQLESLintRule;
