export declare const createEnhancedHistory: (history: import("history").History) => import("history-query-enhancer").EnhancedHistory; declare const browserHistory: import("history-query-enhancer").EnhancedHistory; export default browserHistory;