import io from typing import Any class PatchStream: def __init__(self, diff_hdl: io.BytesIOBase) -> None: ... def markup_to_pager(stream: Any, opts: Any) -> None: ...