import { ValidatorName } from '../types'; export declare function onlyIsRequired(validatorName: ValidatorName, isValid: boolean): boolean;