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