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

export { isDefined };
