import type { OTLPExporterConfigBase } from './legacy-base-configuration'; import type { HeadersFactory } from './otlp-http-configuration'; export declare function convertLegacyHeaders(config: OTLPExporterConfigBase): HeadersFactory | undefined; //# sourceMappingURL=convert-legacy-http-options.d.ts.map