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