//#region lib/utils/package-json/worker.d.ts /** * If users are using a proxy for their npm preferences, set the option to use that proxy. */ declare function setupProxy(): void; //#endregion export { setupProxy };