import type { IExporterTransport } from '../exporter-transport'; import type { NodeHttpRequestParameters } from './node-http-transport-types'; export declare function createHttpExporterTransport(parameters: NodeHttpRequestParameters): IExporterTransport; //# sourceMappingURL=http-exporter-transport.d.ts.map