import { ObjectShape } from 'yup/lib/object'; import { TReferenceProps } from '../../..'; import { IObjectProps, TObjectValidatorResult } from '../_types'; export interface IIsRequiredProps { } /** * Check if the `object` is defined. */ export declare const isRequired: (props?: TReferenceProps & IObjectProps) => TObjectValidatorResult;