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