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