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