//! Module: workflow::config
//!
//! Responsibility: provide the workflow facade for config export.
//! Does not own: configuration storage, timer registration, or endpoint authorization.
//! Boundary: delegates config serialization to ops.
use crate::;
///
/// ConfigWorkflow
///
/// Workflow facade for configuration export.
///
;