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