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