export declare function isMaybeDictionaryOfObject(mixed: any): mixed is null | undefined | ({ [key: string]: Object; });