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