import 'vue-router'; export {}; /* prettier-ignore */ declare module 'vue-router' { interface RouteMeta { title?: string; } }