export declare function assertMaybeDictionaryOfBoolean(name: string, mixed: any): (null | undefined | ({ [key: string]: boolean; })) | never;