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