import type { IExportMetricsServiceResponse } from '../export-response';
/**
 * Parse an ExportMetricsServiceResponse protobuf message from raw bytes.
 *
 * Field map (opentelemetry/proto/collector/metrics/v1/metrics_service.proto):
 *   1  partial_success  ExportMetricsPartialSuccess  (length-delimited)
 */
export declare function deserializeExportMetricsServiceResponse(data: Uint8Array): IExportMetricsServiceResponse;
//# sourceMappingURL=response-deserializer.d.ts.map