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