import { BrowserHistory } from 'history'; import { ReactIntegrationSettings } from '../routerAdapter.ts'; type GetRouterAdapterParams = { history: BrowserHistory; Route: any; }; export declare function initAdapterV5(params: GetRouterAdapterParams): ReactIntegrationSettings; export {};