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