import { ValidationRule } from './ValidationRule'; export declare const IS_UNDEFINED: 'IS_UNDEFINED'; export declare type IsUndefined = Readonly<{ type: 'IS_UNDEFINED'; }>; export declare const Undefineds: { notUndefined
(): ValidationRule
, P, []>; optional
(validationRule: ValidationRule
): ValidationRule
; };