/**
* Broadcast a signed transaction to the Algorand network
* @paramsignedTx - The signed transaction as a hex string
* @returns The transaction hash
*/exportdeclarefunctionbroadcast(signedTx: string): Promise<string>;
//# sourceMappingURL=broadcast.d.ts.map