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