//#region stubs/main.d.ts /** * Path to the root directory where the stubs are stored. We use * this path within commands and the configure hook */ declare const stubsRoot: string; //#endregion export { stubsRoot };