interface StructuredReportToTextNodeResult { /** Output text file */ outputText: string } export default StructuredReportToTextNodeResult