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