export declare function removeUndefined(x: T | undefined): x is NonNullable;