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