export declare function isArrayOfMaybeDictionaryOfObject(mixed: any): mixed is ((null | undefined | ({ [key: string]: Object; })) | null | undefined)[];