tuple[Any, ...]
tuple[int, *tuple[int, ...]]
## Summary Closes https://github.com/astral-sh/ty/issues/1750.