//! Module: sns::report::text::proposals
//!
//! Responsibility: group SNS proposal text report renderers.
//! Does not own: proposal fetching, cache loading, report construction, or JSON output.
//! Boundary: renders proposal list, detail, refresh, and cache DTOs for humans.
pub use sns_proposals_cache_list_report_text;
pub use sns_proposals_cache_status_report_text;
pub use sns_proposals_report_text;
pub use sns_proposals_refresh_report_text;
pub use sns_proposal_report_text;
pub const SNS_PROPOSAL_DETAIL_TEXT_LIMIT: usize = 240;
pub const SNS_PROPOSAL_TITLE_TEXT_LIMIT: usize = 96;