/** Push a new pathname to the browser history and notify subscribers. */ export declare function pushPathname(path: string): void; /** Subscribe to `window.location.pathname` via `useSyncExternalStore`. */ export declare function useLocationPathname(): string;