import { Agent } from "node:https";

//#region src/proxy-agent.d.ts
/**
 * If the http(s)_proxy environment variables is set, return a proxy agent.
 *
 * @returns The proxy agent or undefined if no proxy is set.
 */
declare function getProxyAgent(): Agent | undefined;
//#endregion
export { getProxyAgent };
//# sourceMappingURL=proxy-agent.d.cts.map