type Callback = (pathname: string) => void; export declare const useWatchPathname: (callback: Callback) => void; export {};