/**
 * Transaction ID
 *
 * Unique ID of the transaction.
 */
export type TransactionID = string;
//# sourceMappingURL=transaction-id.d.cts.map