Decorator to mark a class or function as unavailable at runtime.
@typing.type_check_only
@type_check_only
class Response: private or not available at runtime
code: int
def get_header(self, name: str) -> str: ...
def fetch_response() -> Response: ...