import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; import { Logger } from '../../../LoggerFactory'; /** * Will handle incoming EndActivityActions by triggering the correct EndFlowNodeAction and by forwarding the token to outgoing sequence flows * * @returns {Epic} handles activit ending actions and forwards the token to the outgoing sequence flows */ export declare function endActivityEpic(): Epic; declare const _default: (log: Logger) => Epic; export default _default; //# sourceMappingURL=activityEpic.d.ts.map