Sometimes I need to export transaction not yet signed for serialization / deserialization for later use. It is not possible to do that, because builtIncomplete() and fromTransaction() function calls are not exposed from TransactionBuilder.ts.
It would be great to have those calls available publically.