export declare function isArrayOfDictionaryOfBoolean(mixed: any): mixed is ({ [key: string]: boolean; })[];