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