//! Cost analysis for Kubernetes resources.
//!//! This module provides cost estimation and trend analysis for resource waste.
// Re-export from parent module's files (temporary - will be moved here)
// These will be moved to calculator.rs, trends.rs in a future refactor