/**
* Broadcasts a signed transaction to the network.
* @param {string} signedTx - The signed transaction.
* @returns {Promise<string>} The transaction hash.
*/exportdeclareconstsendTx: (provider: any, signedTx: string) =>Promise<string>;
//# sourceMappingURL=sendTx.d.ts.map