import type { BrowserHistory, To } from 'history';
export declare class RouterHistory {
    protected browserHistory: BrowserHistory;
    push: (to: To, state?: any) => void;
}
//# sourceMappingURL=router.d.ts.map