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