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