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