from typing import Any

bootstrap_file: Any
to_bootstrap: Any

def load_file_as_module(name): ...
