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