import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; /** * bpmn:IntermediateCatchEvent epic to handle Activate action, which will create a new instance * and wait for the event, message, signal or a timer * * @returns {Epic} epic handles Activate actions, waits for event and emit log action and pass token * */ export default function intermediateCatchEventActivateEpic(): Epic; //# sourceMappingURL=intermediateCatchEpic.d.ts.map