import { Image } from '../types/gltf'; export declare function loadImages(images: Image[], baseUri?: string): Promise;