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