@forge/cli

12.11.012.12.0-next.9
out/command-line/index.d.ts
out/command-line/index.d.ts
+2−1
Index: package/out/command-line/index.d.ts
===================================================================
--- package/out/command-line/index.d.ts
+++ package/out/command-line/index.d.ts
@@ -1,5 +1,6 @@
+import { HttpProxyAgent } from 'http-proxy-agent';
 import { Dependencies } from './dependency-injection';
-export declare function setupProxy(): void;
+export declare function setupProxy(): HttpProxyAgent<string> | undefined;
 export declare function registerCommands(deps: Dependencies): Promise<void>;
 export declare const main: () => Promise<void>;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file