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