import { GraphQLESLintRule } from '../types';
declare type DescriptionStyleRuleConfig = {
    style: 'inline' | 'block';
};
declare const rule: GraphQLESLintRule<[DescriptionStyleRuleConfig]>;
export default rule;
