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