import { Shader } from "@pixi/core"; import { Mesh3D } from "../../mesh/mesh"; export declare class StandardMaterialSkinUniforms { private _jointMatrixTexture?; private _jointNormalTexture?; enableJointMatrixTextures(jointsCount: number): void; destroy(): void; update(mesh: Mesh3D, shader: Shader): void; }