import type { NodeToken } from "../types.js"; import type BaseNodeIrys from "../base.js"; export default function getTokenConfig(irys: BaseNodeIrys, token: string, wallet: any, url: string, providerUrl?: string, contractAddress?: string, opts?: any): NodeToken;