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