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