export declare function isUndefined(x: any): x is undefined; export declare function isNotUndefined(x: T | undefined): x is T;