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