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