/** * Configuration module exports for infrastructure layer. */ export type { AutomationMode, AutomationEnvironmentConfig } from './AutomationConfig'; export { loadAutomationConfig, getAutomationMode } from './AutomationConfig';