import type { TSESLint } from '@typescript-eslint/utils';
declare const rule: TSESLint.RuleModule<string, string[]>;
export = rule;
