export declare function isDictionaryOfMaybeArrayOfBoolean(mixed: any): mixed is ((null | undefined | ((boolean)[])) | null | undefined)[];