export declare const eslintSecurityRules: { readonly 'security/detect-unsafe-regex': "error"; readonly 'security/detect-non-literal-regexp': "error"; readonly 'security/detect-non-literal-require': "error"; readonly 'security/detect-non-literal-fs-filename': "error"; readonly 'security/detect-eval-with-expression': "error"; readonly 'security/detect-pseudoRandomBytes': "error"; readonly 'security/detect-possible-timing-attacks': "error"; readonly 'security/detect-no-csrf-before-method-override': "error"; readonly 'security/detect-buffer-noassert': "error"; readonly 'security/detect-child-process': "error"; readonly 'security/detect-disable-mustache-escape': "error"; readonly 'security/detect-object-injection': "off"; readonly 'security/detect-new-buffer': "error"; readonly 'security/detect-bidi-characters': "error"; }; //# sourceMappingURL=eslint-security-rules.d.mts.map