UNPKG

solarwinds-apm

Version:
4 lines 229 B
import type https from "node:https"; import { type Configuration } from "../config.js"; export declare const agentFactory: (config: Configuration) => (protocol: string) => Promise<https.Agent>; //# sourceMappingURL=proxy.d.ts.map