import type { TSESLint } from "@typescript-eslint/utils"; type MessageIds = "naming" | "capitalization" | "nonstandard" | "make-handler" | "make-attr" | "detected-attr" | "spread-handler"; type Options = [{ ignoreCase?: boolean; warnOnSpread?: boolean; }?]; declare const _default: TSESLint.RuleModule; export default _default;