export declare function assertDictionaryOfMaybeNull(name: string, mixed: any): (((null | undefined | (null)) | null | undefined)[]) | never;