//#region src/root.d.ts /** 项目根目录 */ declare const basePath: string; //#endregion export { basePath };