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