//! Typed pseudo-terminal sessions for deterministic TUI driving.
//!
//! This crate owns the process/PTY/VT mechanics shared by Harn host
//! capabilities and product-level terminal smoke tests. It deliberately has
//! no VM or product dependency: callers supply an argv vector and receive a
//! typed screen capture rather than terminal escape bytes.
pub use ;
pub use TerminalSession;
pub use ;