import { TSESLint } from "@typescript-eslint/utils"; declare const rule: TSESLint.RuleModule<"notDeclared" | "noDestroy" | "noTakeUntil" | "notCalled", readonly { alias?: string[]; checkComplete?: boolean; checkDecorators?: string[]; checkDestroy?: boolean; }[], import("../utils").ESLintPluginDocs, TSESLint.RuleListener>; export = rule;