//! Module: nns::topology::report::text
//!
//! Responsibility: expose NNS topology text renderers.
//! Does not own: report construction, cache loading, or JSON output.
//! Boundary: groups human-facing topology report renderers by report type.
pub use nns_topology_capacity_report_text;
pub use nns_topology_coverage_report_text;
pub use nns_topology_gaps_report_text;
pub use nns_topology_health_report_text;
pub use nns_topology_providers_report_text;
pub use nns_topology_refresh_report_text;
pub use nns_topology_regions_report_text;
pub use nns_topology_summary_report_text;
pub use nns_topology_versions_report_text;