from typing import Any

def async_unsafe(message: Any) -> Any: ...
