export declare const isNotNullOrUndefined: (value: TValue | null | undefined) => value is TValue;