import { ProxyAgent } from "undici"; import DispatcherBase from "undici/lib/dispatcher/dispatcher-base.js"; import type Dispatcher from "undici/types/dispatcher"; export declare class VOTAgent extends DispatcherBase { constructor(); dispatch(opts: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandler): any; } export declare class VOTProxyAgent extends ProxyAgent { dispatch(opts: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean; } //# sourceMappingURL=fetchAgent.d.ts.map