import distutils.command
from typing import (Any,)

def _get_build_extension() -> distutils.command.build_ext: ...

def load_dynamic(name: str, path: str) -> Any: ...