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