import type { RouteLocationNormalized } from 'vue-router';
export type Route = RouteLocationNormalized;
