from typing import Any

def make_hashable(value: Any) -> Any: ...
