declare class Glb extends Async3dObject { animationMixer: AnimationMixer | null; constructor(); animate(): void; } declare const createThreeObjectFromGlb: (data: string, draco?: boolean) => Glb; export { createThreeObjectFromGlb };