import type { RouteLocationMatched } from 'vue-router'; export declare function startVueRouterView(matched: RouteLocationMatched[], path: string): void; export declare function computeViewName(matched: RouteLocationMatched[], path: string): string;