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