import { GLCTexture } from '@tinoe/glc'; import { ISampler, ITexture, ParseContext } from '../GLTFModelType'; export declare const parseTexture: ({ context, samplers, textures, }: { textures: ITexture[]; samplers?: ISampler[]; context: ParseContext; }) => { texture: GLCTexture; taskKey: number; }[];