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