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