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