export declare const eslintMathRules: { readonly 'math/abs': readonly ["error", { readonly prefer: "Math.abs"; readonly aggressive: true; }]; readonly 'math/no-static-infinity-calculations': "error"; readonly 'math/no-static-nan-calculations': "error"; readonly 'math/prefer-exponentiation-operator': "error"; readonly 'math/prefer-math-cbrt': "error"; readonly 'math/prefer-math-e': "error"; readonly 'math/prefer-math-hypot': "error"; readonly 'math/prefer-math-ln10': "error"; readonly 'math/prefer-math-ln2': "error"; readonly 'math/prefer-math-log10': "error"; readonly 'math/prefer-math-log10e': "error"; readonly 'math/prefer-math-log2': "error"; readonly 'math/prefer-math-log2e': "error"; readonly 'math/prefer-math-pi': "error"; readonly 'math/prefer-math-sqrt': "error"; readonly 'math/prefer-math-sqrt1-2': "error"; readonly 'math/prefer-math-sqrt2': "error"; readonly 'math/prefer-math-sum-precise': "off"; readonly 'math/prefer-math-trunc': 2 | 1; readonly 'math/prefer-number-epsilon': "error"; readonly 'math/prefer-number-is-finite': "off"; readonly 'math/prefer-number-is-integer': "error"; readonly 'math/prefer-number-is-nan': "off"; readonly 'math/prefer-number-is-safe-integer': "error"; readonly 'math/prefer-number-max-safe-integer': "error"; readonly 'math/prefer-number-max-value': "error"; readonly 'math/prefer-number-min-safe-integer': "error"; readonly 'math/prefer-number-min-value': "error"; }; //# sourceMappingURL=eslint-math-rules.d.mts.map