export declare const eslintReactHooksRules: { readonly 'react-hooks/rules-of-hooks': 2 | 1; readonly 'react-hooks/exhaustive-deps': 2 | 1; readonly 'react-hooks/hooks': 2 | 1; readonly 'react-hooks/capitalized-calls': 2 | 1; readonly 'react-hooks/static-components': 2 | 1; readonly 'react-hooks/use-memo': 2 | 1; readonly 'react-hooks/void-use-memo': 2 | 1; readonly 'react-hooks/preserve-manual-memoization': 2 | 1; readonly 'react-hooks/memo-dependencies': 2 | 1; readonly 'react-hooks/incompatible-library': 2 | 1; readonly 'react-hooks/immutability': 2 | 1; readonly 'react-hooks/globals': 2 | 1; readonly 'react-hooks/refs': 2 | 1; readonly 'react-hooks/memoized-effect-dependencies': 2 | 1; readonly 'react-hooks/exhaustive-effect-dependencies': 2 | 1; readonly 'react-hooks/set-state-in-effect': 2 | 1; readonly 'react-hooks/no-deriving-state-in-effects': 2 | 1; readonly 'react-hooks/error-boundaries': 2 | 1; readonly 'react-hooks/purity': 2 | 1; readonly 'react-hooks/set-state-in-render': 2 | 1; readonly 'react-hooks/invariant': 2 | 1; readonly 'react-hooks/todo': 2 | 1; readonly 'react-hooks/syntax': 2 | 1; readonly 'react-hooks/unsupported-syntax': 2 | 1; readonly 'react-hooks/config': 2 | 1; readonly 'react-hooks/gating': 2 | 1; readonly 'react-hooks/rule-suppression': 2 | 1; readonly 'react-hooks/fbt': 2 | 1; readonly 'react-hooks/component-hook-factories': 0; }; //# sourceMappingURL=eslint-react-hooks-rules.d.mts.map