/** * Navigate to action — SPA navigation in the Manage host. */ import type { NavigateTo } from "./types"; export declare const navigateTo: NavigateTo;