import type { NativeCurrency } from './native-currency.js'; import type { Token } from './token.js'; export type Currency = NativeCurrency | Token;