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