import { IValidator } from '../interface';
export declare function maxLengthValidator(maxLength: number): IValidator;
