use crate;
/// Check if the unified config file exists.
/// Check if the unified config file exists using a [`ConfigEnvironment`].
///
/// This is the testable version of [`unified_config_exists`]. It uses the provided
/// environment for path resolution and filesystem operations.