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