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