import { Currency, CurrencyAmount, Token } from '@wicchain/sdk'; import { ChainId } from '@wicchain/chains'; export declare function wrappedCurrency(currency: Currency | undefined, chainId: ChainId): Token | undefined; export declare function wrappedCurrencyAmount(currencyAmount: CurrencyAmount | undefined, chainId: ChainId | undefined): CurrencyAmount | undefined; export declare function unwrappedToken(token: Currency): Currency; //# sourceMappingURL=currency.d.ts.map