export declare const isNotNullOrUndefined: <T>(input: T) => input is T;
