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