/** * Automation Run Channel Reducer. * * @module channels-automation-run/reducer */ import type { AutomationRunAction } from '../action-origin.generated.js'; import type { AutomationRunState } from './state.js'; /** Pure reducer for automation-run state. */ export declare function automationRunReducer(state: AutomationRunState, action: AutomationRunAction, log?: (msg: string) => void): AutomationRunState; //# sourceMappingURL=reducer.d.ts.map