export declare function isMaybeDictionaryOfBoolean(mixed: any): mixed is null | undefined | ({ [key: string]: boolean; });