export declare class BroadcastTx {
    txData: string;
    signatureId?: string;
}
