import { type TSESLint } from '@typescript-eslint/utils';
import { type RuleOptions } from '../types/index.js';
export declare const requireDescriptionRule: TSESLint.RuleModule<string, [RuleOptions]>;
