from typing import Any

def check_database_backends(*args: Any, **kwargs: Any) -> list[Any]: ...
