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