import type { RuleConverterPlugin } from '../RuleConverterInterface.js'; /** * C3 rule converter. Adds a valid class for the maximum boundary. * The type-specific error class is handled by the TypeConverter. */ export declare const MaxConverter: RuleConverterPlugin; //# sourceMappingURL=MaxConverter.d.ts.map