import type { RegexValidation } from './compiler-schema.js'; /** * Validate that a pattern string is a syntactically valid RegExp * and is not vulnerable to ReDoS (catastrophic backtracking). */ export declare function validateRegex(pattern: string): RegexValidation; //# sourceMappingURL=regex-validation.d.ts.map