export declare function assertDictionaryOfArrayOfBoolean(name: string, mixed: any): ({ [key: string]: (boolean)[]; }) | never;