/** 插件包绝对路径 */
declare const dirPath: string;
/** 插件包的名称 */
declare const basename: string;
export { dirPath, basename };
