from typing import Dict, Optional def get_level_tags() -> Dict[int, str]: ...