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