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