import { Epic } from 'redux-observable';
import { AppState } from '../../';
export declare const consolidationEpics: Epic<any, AppState, any>;
