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