import type { RuleConverterPlugin } from '../RuleConverterInterface.js'; /** * C4 rule converter. Adds an error class for invalid email * and appends 'Valid Email' to the 'not null' valid class comment. */ export declare const EmailConverter: RuleConverterPlugin; //# sourceMappingURL=EmailConverter.d.ts.map