// Generated file. To retain edits, remove this comment. import { WorkerPoolFunctionOption } from 'itk-wasm' interface GiplReadImageOptions extends WorkerPoolFunctionOption { /** Only read image metadata -- do not read pixel data. */ informationOnly?: boolean } export default GiplReadImageOptions