def detect_languages(text: str, confidence_threshold: float) -> list[str]: ...
