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