export declare function notNullOrUndefined<T = any>(value: T): value is NonNullable<T>;
//# sourceMappingURL=notNullOrUndefined.d.ts.map