import { Hex } from "viem";
/**
 * Represents a number as a hex string (e.g., "0x1").
 */
export type HexQuantity = Hex;
//# sourceMappingURL=primitives.d.ts.map