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