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