from typing import Any, List

def check_database_backends(*args: Any, **kwargs: Any) -> List[Any]: ...
