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