import type { IOtlpExportDelegate } from '@opentelemetry/otlp-exporter-base'; import type { ISerializer } from '@opentelemetry/otlp-transformer'; import type { OtlpGrpcConfiguration } from './configuration/otlp-grpc-configuration'; export declare function createOtlpGrpcExportDelegate(options: OtlpGrpcConfiguration, serializer: ISerializer, grpcName: string, grpcPath: string): IOtlpExportDelegate; //# sourceMappingURL=otlp-grpc-export-delegate.d.ts.map