import { GLCTexture, Material } from '@tinoe/glc'; import { IMaterial, ParseContext } from '../GLTFModelType'; export declare const parseMaterial: ({ materials, textures, context, }: { materials: IMaterial[]; textures: { texture: GLCTexture; taskKey: number; }[]; context: ParseContext; }) => Material[];