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