export declare function assertDictionaryOfMaybeArrayOfBoolean(name: string, mixed: any): (((null | undefined | ((boolean)[])) | null | undefined)[]) | never;