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