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