import type { RuleConverterPlugin } from '../RuleConverterInterface.js'; /** * C5 rule converter. Adds an error class for regex mismatch * and appends 'Matches RegEx' to the 'not null' valid class comment. */ export declare const RegexConverter: RuleConverterPlugin; //# sourceMappingURL=RegexConverter.d.ts.map