declare function isUndef(val: any): val is undefined;

export = isUndef;
