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