import type { RouteLocationNormalizedLoaded, Router } from "vue-router"; declare module "@vue/runtime-core" { interface ComponentCustomProperties { $dev: boolean; $router: Router; $route: RouteLocationNormalizedLoaded; } } export {}; // Important! See note.