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