//! Typed API response structs and response formatting.
//!
//! - `types` — Typed structs for X API v2 responses (`Tweet`, `User`, `ApiResponse<T>`, etc.)
//! - `format` — JSON pretty-printing with syntax highlighting
pub use format_response;
// Re-exported for library consumers
pub use ;