def pack(fmt: str, *vars) -> bytes: ... def unpack(fmt: str, data: any, offset: int) -> any: ...