import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; /** * bpmn:endEvent epic to handle Activate action, which will create a new instance * and perform event * * @returns {Epic} epic handles Activate actions and performs event * */ export declare function endEventActivateEpic(): Epic; /** * bpmn:endEvent epic to handle response from thrown event in end event * and end token depending on response * * @returns {Epic} epic handles response from thrown event and ends token * */ export declare function endEventResponseEpic(): Epic; declare const _default: () => Epic; /** * Combine all epics for implementing bpmn:endEvent epic */ export default _default; //# sourceMappingURL=endEventEpic.d.ts.map