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