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