import { JsonCompatible } from 'itk-wasm'; interface NrrdWriteImageNodeResult { /** Whether the input could be written. If false, the output image is not valid. */ couldWrite: JsonCompatible; } export default NrrdWriteImageNodeResult;