export declare function isMaybeNullOrUndefined(mixed: any): mixed is null | undefined | (null | undefined);