def clean_ipv6_address(ip_str: str, unpack_ipv4: bool = ..., error_message: str = ...) -> str: ...
def is_valid_ipv6_address(ip_str: str) -> bool: ...
