import type { IExportLogsServiceResponse } from '../export-response';
/**
 * Parse an ExportLogsServiceResponse protobuf message from raw bytes.
 *
 * Field map (opentelemetry/proto/collector/logs/v1/logs_service.proto):
 *   1  partial_success  ExportLogsPartialSuccess  (length-delimited)
 */
export declare function deserializeExportLogsServiceResponse(data: Uint8Array): IExportLogsServiceResponse;
//# sourceMappingURL=response-deserializer.d.ts.map