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