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