import { Epic } from 'redux-observable'; import { ProcessAction } from '../../actions'; import { ProcessState } from '../../reducers'; /** * errorEventEpic is responsible for assigning a thrown error event to fitting boundary event * or end running token if no boundary event found * * @returns {Epic} epic handles error and propagates until handled * */ export declare function errorEventEpic(): Epic; //# sourceMappingURL=errorEventEpic.d.ts.map