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