export declare function isDefined<T>(val: T | undefined | null | void): val is T;
