import { NativeCurrency } from "./nativeCurrency";
import { Token } from "./token";
export declare type Currency = NativeCurrency | Token;
