import { DracoScheduler, ParseResult } from './GLTFModelType'; import { Scene } from '@tinoe/glc'; export declare class GLTFLoader { private static _startTime; static logTime(name: any): void; private static _dracoScheduler; static getDracoScheduler(): Promise; static load(url: string): Promise; static loadAll(urls: string[]): Promise; static loadAsScene(url: string): Promise; }