import { NativeCurrency } from './NativeCurrency';
import { Token } from './Token';
export declare type Currency = NativeCurrency | Token;
