import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; /** * bpmn:StartEvent epic to handle Activate action, which will create a new instance * and pass token to next flow node * * @returns {Epic} epic handles Activate actions and passes token to next flow node * */ export default function startEventActivateEpic(): Epic; //# sourceMappingURL=startEventEpic.d.ts.map