import type { OtlpSharedConfiguration } from './configuration/shared-configuration'; import type { ISerializer } from '@opentelemetry/otlp-transformer'; import type { IExporterTransport } from './exporter-transport'; import type { IOtlpExportDelegate } from './otlp-export-delegate'; export declare function createOtlpNetworkExportDelegate(options: OtlpSharedConfiguration, serializer: ISerializer, transport: IExporterTransport): IOtlpExportDelegate; //# sourceMappingURL=otlp-network-export-delegate.d.ts.map