import type { HttpAgentFactory } from '../configuration/otlp-node-http-configuration';
import type { HttpRequestParameters } from './http-transport-types';
export interface NodeHttpRequestParameters extends HttpRequestParameters {
    agentFactory: HttpAgentFactory;
}
//# sourceMappingURL=node-http-transport-types.d.ts.map