/** * Custom composable to get the router instance * Works around Vue Router plugin injection issues */ export declare function useAppRouter(): import("vue-router").Router; /** * Custom composable to get the current route * Works around Vue Router plugin injection issues */ export declare function useAppRoute(): import("vue-router").RouteLocationNormalizedLoadedGeneric; //# sourceMappingURL=useAppRouter.d.ts.map