export declare function isUndef(v: any): boolean; export declare function isDef(v: any): boolean;