/**
 */
declare function isUndef(val: any): boolean;
export default isUndef;
