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