/**
* A string containing a 256-bit unsigned integer.
*
* We represent u256 values as a string to ensure compatibility with languages such
* as JavaScript that do not parse u256s in JSON natively.
*
*/exportdeclaretypeU256 = string;
//# sourceMappingURL=U256.d.ts.map