/** * Optional HTTP(S) proxy for AI SDK outbound requests. * Node fetch ignores HTTPS_PROXY; undici ProxyAgent bridges Clash/Surge etc. */ /** Custom fetch when HTTPS_PROXY / HTTP_PROXY is set; otherwise undefined (native fetch). */ export declare function resolveProxyFetch(): typeof globalThis.fetch | undefined; //# sourceMappingURL=proxy-fetch.d.ts.map