export declare function isDictionaryOfObject(mixed: any): mixed is { [key: string]: Object; };