# pyright: strict from typing import Any class Functions: def call_function(self, function_name: str, resolved_args: Any) -> Any: ...