export declare function isArrayOfDictionaryOfObject(mixed: any): mixed is ({ [key: string]: Object; })[];