declare enum ValueFormat {
    Raw = "Raw",
    SignedData = "ValueFormat"
}
export default ValueFormat;
