/**
 * A big unsigned integer encoded in decimal.
 */
export type BigUint = string;
