from typing import Any def encode(obj: Any) -> bytes: ... def decode(data: bytes) -> Any: ...