import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; /** * bpmn:ParallelGateway epic to handle Activate action and take care of splitting/joining token * * @returns {Epic} epic handles Activate actions and takes care of splitting/joining token * */ export declare function parallelGatewayActivateEpic(): Epic; declare const _default: () => Epic; export default _default; //# sourceMappingURL=parallelGatewayEpic.d.ts.map