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