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