import type { NativeCurrency } from './nativeCurrency';
import type { Token } from './token';
export type Currency = NativeCurrency | Token;
//# sourceMappingURL=currency.d.ts.map