import typing


# Functions
def setParallelForBackend(backendName: str, propagateNumThreads: bool = ...) -> bool: ...


