import type { NodeCurrency } from "../types"; import type NodeBundlr from "../bundlr"; export default function getCurrency(bundlr: NodeBundlr, currency: string, wallet: any, url: string, providerUrl?: string, contractAddress?: string, opts?: any): NodeCurrency;