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