from typing import Any

def euler_equations(L, funcs=..., vars=...) -> list[Any]: ...
