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