//! Preview system for rendering and capturing `WaterUI` views.
//!
//! This module provides infrastructure for the `water preview` command:
//!
//! - `app_client`: TCP client for communicating with the preview support app
//! - [`protocol`]: Message definitions for preview support app communication
//! - `inputs`: Content fingerprinting for preview build caching
//! - `launcher`: Preview support app lifecycle management
pub use PreviewAppClient;
pub use ;
pub use ;
pub use ;