from typing import Any

version_json: str

def get_versions() -> dict[str, Any]: ...
