// PTY process management module
// Async versions for tokio runtime
// Re-export main types for backward compatibility
pub use PtyProcess;
// Note: ClientInfo is now internal to the module
// If it needs to be public, uncomment the line below:
// pub use client::ClientInfo;