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