import * as H from 'history'; export interface Location extends H.Location { } export interface History extends H.History { }