import { IOtlpExportDelegate } from './otlp-export-delegate'; import { OtlpHttpConfiguration } from './configuration/otlp-http-configuration'; import { ISerializer } from '@opentelemetry/otlp-transformer'; export declare function createOtlpHttpExportDelegate(options: OtlpHttpConfiguration, serializer: ISerializer): IOtlpExportDelegate; //# sourceMappingURL=otlp-http-export-delegate.d.ts.map