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