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