import 'vue-router' declare module 'vue-router' { interface RouteMeta { public?: boolean requiresAuth?: boolean roles?: string[] } } export {}