//! Module: sns::report::text::neurons
//!
//! Responsibility: group SNS neuron text report renderers.
//! Does not own: neuron report construction, cache loading, or JSON output.
//! Boundary: renders neuron list, refresh, and cache status DTOs for humans.
pub use sns_neurons_cache_list_report_text;
pub use sns_neurons_cache_status_report_text;
pub use sns_neurons_report_text;
pub use sns_neurons_refresh_report_text;