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