import { type State } from './fork/getPathFromState'; type SearchParams = Record; export type UrlObject = { unstable_globalHref: string; pathname: string; readonly params: SearchParams; segments: string[]; isIndex: boolean; }; export declare function getRouteInfoFromState(getPathFromState: (state: State, asPath: boolean) => { path: string; params: any; }, state: State, baseUrl?: string): UrlObject; export declare function getNormalizedStatePath({ path: statePath, params, }: { path: string; params: any; }, baseUrl?: string): Pick; export {}; //# sourceMappingURL=LocationProvider.d.ts.map