export declare function promiseDictionaryOfObject(name: string, mixed: any): Promise<{ [key: string]: Object; }>;