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