export declare type TxBroadcastResponse = { id: string; result: string; error: string | null; };