Deprecated alias to dict.
class typing.Dict(dict, MutableMapping[KT, VT])
def count_words(text: str) -> Dict[str, int]: ...