import type { OTLPExporterNodeConfigBase } from './legacy-node-configuration'; import type { OtlpNodeHttpConfiguration } from './otlp-node-http-configuration'; /** * @deprecated this will be removed in 2.0 * @param config * @param signalIdentifier * @param signalResourcePath * @param requiredHeaders */ export declare function convertLegacyHttpOptions(config: OTLPExporterNodeConfigBase, signalIdentifier: string, signalResourcePath: string, requiredHeaders: Record): OtlpNodeHttpConfiguration; //# sourceMappingURL=convert-legacy-node-http-options.d.ts.map