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