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