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