/** * Client-side hook to manage URL rewrites in Svelte without triggering a router navigation. * It uses `window.history.replaceState` to update the URL in the address bar. */ export declare const useRewriteURL: () => void;