type ProxyEnv = Record; type FetchInitWithDispatcher = RequestInit & { dispatcher?: unknown; }; export declare function resolveProxyUrl(explicitProxyUrl?: string, env?: ProxyEnv): string | undefined; export declare function buildProxyFetchInit(init?: RequestInit, explicitProxyUrl?: string, env?: ProxyEnv): FetchInitWithDispatcher; export declare function fetchWithProxy(input: Parameters[0], init?: RequestInit, explicitProxyUrl?: string, env?: ProxyEnv): ReturnType; export {}; //# sourceMappingURL=proxy-fetch.d.ts.map