export declare function isArrayOfMaybeNullOrUndefined(mixed: any): mixed is ((null | undefined | (null | undefined)) | null | undefined)[];