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