//! Configuration merge behavior and options.
//!
//! This module re-exports merge functionality from cfgmatic-merge
//! for backward compatibility and convenience.
// Re-export all merge types from cfgmatic-merge
pub use ;
/// Options for configuration merging.
///
/// This is a thin wrapper around cfgmatic-merge's `MergeOptions`
/// that provides the same API for backward compatibility.
pub type MergeOptions = MergeOptions;