from typing import Any

def ddm_lll(x, delta=...): ...
def ddm_lll_transform(x, delta=...) -> tuple[Any, Any | None]: ...
