/** * 用于生成schema */ import { RouteConfig } from "vue-router"; export declare const renderSchema: (s: RouteConfig) => string;