import { Image } from '../types/gltf'; export declare function loadImage(image: Image, baseUri?: string): Promise;