import type { History } from 'history'; declare function useHistory(): History; export default useHistory;