import { ESLintUtils } from "@typescript-eslint/utils"; declare const rule: ESLintUtils.RuleModule<"tooDeep", [{}], unknown, ESLintUtils.RuleListener>; export default rule;