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