/**
 * Amount of a token. `uint256` encoded in decimal.
 */
export type TokenAmount = string;
