"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ValueFormat;
(function (ValueFormat) {
ValueFormat["Raw"] = "Raw";
ValueFormat["SignedData"] = "ValueFormat";
})(ValueFormat || (ValueFormat = {}));
exports.default = ValueFormat;