from typing import Any def next(iter) -> Any | StopIteration: ...