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

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

}

export default Hdf5ReadImageNodeOptions
