import { IGLTF, ParseContext } from '../GLTFModelType'; export declare const parseGltf: ({ url, context }: { url: string; context: Pick; }) => Promise;