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