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