import { ProxyAgent } from 'undici'; import { Proxy } from './types/Proxy.js'; export declare const buildProxy: (proxy: Proxy) => { dispatcher: ProxyAgent; };