import { Image } from 'itk-wasm'; declare function readImageHTTP(url: string): Promise; export default readImageHTTP;