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