export declare function isNotNullOrUndefined(data: T): data is NonNullable; export default isNotNullOrUndefined;