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