//! Shared utilities used across command handlers.
/// Browser auth session bootstrapping.
/// Date range resolution and formatting.
/// Number formatting helpers.
/// Ticker symbol parsing and normalization.
/// Reusable trade-shaped row transforms and header definitions.
/// Shared CLI types: order direction, summary groups, tri-state filters.
pub use DATE_FMT;
pub use TRADE_HEADERS;
pub use ;