from _typeshed import Incomplete

def custom_method(name, http_verb, http_path: Incomplete | None = None, is_streaming: bool = False): ...
