import { Route, RouteConfig } from "vue-router"; import { checkParamType } from "./index"; import { RouteConfigSingleView } from "vue-router/types/router"; export declare const routerTableMap: Map; export declare function convertMapHandler(table: RouteConfigSingleView[]): void; export declare function checkRoutePermission(check: checkParamType, to: Route, from: Route): Promise;