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