from __future__ import annotations def is_writable(path: str) -> bool: ...