from _typeshed import Incomplete, StrOrBytesPath

def shutil_rmtree(path: StrOrBytesPath, ignore_errors: bool = False, onexc: Incomplete | None = None) -> None: ...
