export declare function isArrayOfDictionaryOfNull(mixed: any): mixed is ({ [key: string]: null; })[];