from _typeshed import Incomplete

def getTreeWalker(treeType, implementation: Incomplete | None = None, **kwargs): ...
def pprint(walker): ...
