//! File-based configuration loading and management
//!//! This module provides hierarchical configuration file discovery, loading,
//! and merging functionality with support for JSON, YAML, and TOML formats.
pubmodglobal;pubmodloader;// Re-export only what's actually used
pubuseglobal::MERGED_FILE_CONFIG;