import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-unsafe-regexp'; type Options = []; declare const noUnsafeRegExp: TSESLint.RuleModule; export { noUnsafeRegExp }; //# sourceMappingURL=no-unsafe-regexp.d.ts.map