import type { RouteRecordRaw } from "vue-router"; export declare const ROUTE: { BUSINESS: string; RESTAURANT: string; AGENT: string; LICENSE_ORDER: string; DEALER: string; RESTAURANT_TAG: string; DELIVERY_COMPANY: string; FEEDME_EXPRESS: string; ALL_ORDER: string; REWARD_JOB: string; TRANSACTION: string; SETTLEMENT: string; GLOBAL_SETTING: string; ASSET: string; TERMINAL: string; }; export declare const routers: Array;