//! Terminal setup wizard for configuring terminal emulators for optimal VT Code experience.
//!
//! This module provides an interactive wizard that configures 9+ terminal emulators with:
//! - Shift+Enter for multiline input
//! - Enhanced copy/paste integration
//! - Shell integration (working directory, command status)
//! - Theme synchronization with VT Code themes
pub use ;
pub use run_terminal_setup_wizard;