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