import { IGLTF, ParseContext } from '../GLTFModelType'; export declare const parseGLB: ({ glb, context, }: { glb: ArrayBuffer; context: Pick; }) => IGLTF;