import { History } from 'history'; import { ReachHistory } from './reachify.types'; export declare const reachify: (reduxHistory: History & { listenObject: boolean; }) => ReachHistory;