import { RuleInterface } from '../RuleInterface'; import { Type } from '../../Support'; export declare function MinLength(min: number, message?: string): Type; //# sourceMappingURL=MinLength.d.ts.map