/** * Type predicate to assert an argument is not undefined. */ export declare function notUndefined(x: T | void): x is T;