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