from typing import Tuple def escape(s: str, quote: bool = ...) -> str: ... def parse_header(s: str) -> Tuple[str, Dict[str, str]]: ...