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