import { TSESLint } from "@typescript-eslint/utils"; type MessageIds = "noWrite" | "untrackedReactive" | "expectedFunctionGotExpression" | "badSignal" | "badUnnamedDerivedSignal" | "shouldDestructure" | "shouldAssign" | "noAsyncTrackedScope"; type Options = [{ customReactiveFunctions: string[]; }]; declare const _default: TSESLint.RuleModule; export default _default;