import { DUCXTxProvider } from '../ducx'; export declare class DRC20TxProvider extends DUCXTxProvider { getERC20Contract(tokenContractAddress: string): import("web3/eth/contract").default; create(params: { recipients: Array<{ address: string; amount: string; }>; nonce: number; gasPrice: number; data: string; gasLimit: number; tokenAddress: string; chainId?: number; }): string; encodeData(params: { recipients: Array<{ address: string; amount: string; }>; tokenAddress: string; }): string; } //# sourceMappingURL=index.d.ts.map