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