import { AssetPromise } from "@galacean/engine-core"; import { GLTFParser } from "./GLTFParser"; import { GLTFParserContext } from "./GLTFParserContext"; export declare class GLTFValidator extends GLTFParser { parse(context: GLTFParserContext): AssetPromise; }