// Generated file. To retain edits, remove this comment.

import { WorkerPoolFunctionOption } from 'itk-wasm'

interface FdfReadImageOptions extends WorkerPoolFunctionOption {
  /** Only read image metadata -- do not read pixel data. */
  informationOnly?: boolean

}

export default FdfReadImageOptions
