import { GraphQLESLintRule } from '../types';
declare const rule: GraphQLESLintRule<[{
    argumentName?: string;
}]>;
export default rule;
