//! Runtime configuration and lifecycle types.
//!
//! This module houses all runtime-related types moved from the polyplug crate:
//! - `Compatibility` - version compatibility enforcement modes
//! - `RuntimeConfig` - configuration for runtime creation
//! - `ReloadPhase` - FFI-safe reload phase for hot-reload callbacks
//! - `ReloadPhaseType` - type of reload phase for FFI
pub use Compatibility;
pub use ;
pub use RuntimeConfig;