from typing import Dict def parse_cookie(cookie: str) -> Dict[str, str]: ...