import * as yup from 'yup'; import { TReferenceProps } from '../../..'; import { IArrayProps, TArrayValidatorResult } from '../_types'; export interface IIsRequiredProps { } /** * Check if the `array` is defined. */ export declare const isRequired: >(props?: TReferenceProps & IArrayProps) => TArrayValidatorResult;