import { Iroute } from "./JsMvcFwInterface.js";
export declare const route: (routeListValue: Iroute[]) => void;
export declare const navigateTo: (urlNext: string, isSoft?: boolean, parameterObject?: Record<string, unknown>, parameterSearch?: string) => void;
