import Image from '../interface-types/image.js'

interface ReadImageResult {
  image: Image
  webWorker: Worker
}

export default ReadImageResult
