/** * Subscribe to route/location changes in SPAs and classic navigation. * * - **popstate**: back/forward * - **hashchange**: hash routers * - **pushState/replaceState**: client routers (patched once) */ export declare const subscribeToLocationChanges: (handler: () => void) => (() => void); //# sourceMappingURL=locationChange.d.ts.map