declare function isUndefined<T = any>(val?: T): val is T;

export { isUndefined };
