import { GraphQLESLintRule } from '../types';
declare type InputNameRuleConfig = {
    checkInputType?: boolean;
    caseSensitiveInputType?: boolean;
    checkQueries?: boolean;
    checkMutations?: boolean;
};
declare const rule: GraphQLESLintRule<[InputNameRuleConfig]>;
export default rule;
