//! Output reporters for test results.
//! Agnostic reporters live in crates/apif-report.
//! gRPC-specific reporters (allure, coverage, bench, kernel) stay local.
// Re-export agnostic reporters from crate
pub use ;
// Re-export modules for backward compat paths like crate::report::console::EnvironmentInfo
pub use ;
pub use ;
pub use AllureReporter;
pub use CoverageCollector;