//! Client-side SDK. Never imports `chromiumoxide`; speaks CDP over raw
//! WebSocket and HTTP over `reqwest`. Everything browser-dependent goes
//! through an `afhttp host` endpoint.
pub use Client;
pub use Endpoint;
pub use ;
pub use InlineConfig;
pub use ;