// we use Exclude to intentionally make the type not equal to stringexporttypeHex = Exclude<Lowercase<string>, 'reserved-hex-value'>
/** Configuration of validation and output format */exportinterfaceHexConfig {
bitLength?: numberbyteSize?: numberprefix?: boolean
}