from typing import Any

HEU_GCD_MAX = ...

def heugcd(f, g) -> tuple[Any, Any, Any]: ...
