import type { OTLPGRPCExporterConfigNode } from '../types'; import type { OtlpGrpcConfiguration } from './otlp-grpc-configuration'; /** * @deprecated * @param config * @param signalIdentifier */ export declare function convertLegacyOtlpGrpcOptions(config: OTLPGRPCExporterConfigNode, signalIdentifier: string): OtlpGrpcConfiguration; //# sourceMappingURL=convert-legacy-otlp-grpc-options.d.ts.map