interface ReadDicomEncapsulatedPdfNodeResult { /** Output pdf file */ pdfBinaryOutput: Uint8Array } export default ReadDicomEncapsulatedPdfNodeResult