export declare function notUndefined<T>(x: T | undefined): x is T;
