import * as yup from 'yup'; import { TReferenceProps } from '../../..'; import { IArrayProps, TArrayValidatorResult } from '../_types'; export interface IIsOptionalProps { } /** * Allow an `array` to be `undefined`. */ export declare const isOptional: >(props?: TReferenceProps & Omit) => TArrayValidatorResult;