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