from typing import Union def to_checksum_address(value: Union[str, bytes]) -> str: ...