export declare function assertArrayOfDictionaryOfObject(name: string, mixed: any): (({ [key: string]: Object; })[]) | never;