/** * 和路径相关的正则常量对象 */ export declare const PathRegConst: { LINK_PATH_REG: RegExp; ROUTE_PATH_REG: RegExp; VUE_COMPONENT_PATH_REG: RegExp; };