export declare const eslintTotalFunctionsRules: { readonly 'total-functions/require-strict-mode': "error"; readonly 'total-functions/no-unsafe-type-assertion': "error"; readonly 'total-functions/no-unsafe-readonly-mutable-assignment': "off"; readonly 'total-functions/no-unsafe-mutable-readonly-assignment': "off"; readonly 'total-functions/no-enums': "error"; readonly 'total-functions/no-partial-url-constructor': "off"; readonly 'total-functions/no-partial-division': "error"; readonly 'total-functions/no-partial-string-normalize': "error"; readonly 'total-functions/no-premature-fp-ts-effects': "error"; readonly 'total-functions/no-partial-array-reduce': "error"; readonly 'total-functions/no-nested-fp-ts-effects': "off"; readonly 'total-functions/no-hidden-type-assertions': "off"; readonly 'total-functions/no-unsafe-enum-assignment': 0; readonly 'total-functions/no-unsafe-optional-property-assignment': 0; }; //# sourceMappingURL=eslint-total-functions-rules.d.mts.map