export declare function isNotNullOrUndefined<T>(value: T | null | undefined): value is T; //# sourceMappingURL=predicates.d.ts.map