def ascii_only(s: str) -> str: ... def full_process(s: str, force_ascii: bool = ...) -> str: ...