import type BaseCurrency from "../currency.js"; import type WebBundlr from "../index.js"; export default function getCurrency(bundlr: WebBundlr, currency: string, wallet: any, providerUrl?: string, contractAddress?: string): BaseCurrency;