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