import { RootState } from '../../root/reducers';
import { Epic } from 'redux-observable';
export declare const courierApiEpics: Epic<any, RootState, any>;
