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