from typing import Any, Callable, Optional def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...