declare function isDefined(val: any): boolean;
declare function isUndef(val: any): boolean;
export { isDefined, isUndef };
