import type { TSESLint } from "@typescript-eslint/utils"; type Options = [ { filterFromPaths: Array; src: Array; } ]; declare const rule: TSESLint.RuleModule<"controllersInModule" | "injectableInModule", Options, unknown, TSESLint.RuleListener>; export default rule;