/**
* A string containing a 128-bit unsigned integer.
*
* We represent u128 values as a string to ensure compatibility with languages such
* as JavaScript that do not parse u64s in JSON natively.
*
*/exportdeclaretypeU128 = string;
//# sourceMappingURL=U128.d.ts.map