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