import type { RuleConverterPlugin } from '../RuleConverterInterface.js'; /** * C1 rule converter. Adds an error class for mandatory fields. */ export declare const MandatoryConverter: RuleConverterPlugin; //# sourceMappingURL=MandatoryConverter.d.ts.map