import { type Location, type To } from 'history'; export declare const normalizeToLocation: (to: any) => any; export declare const splitLocation: (location: Location) => { to: To; state: any; };