import { type RouteRecordRaw } from 'vue-router'; /** * DO NOT CREATE ROUTER HERE * Here are just a list of routers that will be shared between your side and the portal side * * @important * The route name should prefix with your own project unique name. * For example, if your project name is `mf-pos`, then the route name should be `mf-pos-`. * That is to avoid the route name conflict with other projects. */ export declare const routers: RouteRecordRaw[];