import { AssetPromise } from "@galacean/engine-core"; import { GLTFParser } from "./GLTFParser"; import { GLTFParserContext } from "./GLTFParserContext"; export declare class GLTFBufferParser extends GLTFParser { parse(context: GLTFParserContext, index: number): AssetPromise; private _parseSingleBuffer; }