import { VertexShader, FragmentShader } from '../../Shader'; export declare const sharedLambertVertexUniforms: { worldViewProjection: { type: "mat4"; semantic: "WORLDVIEWPROJECTION"; }; worldInverseTranspose: { type: "mat4"; semantic: "WORLDINVERSETRANSPOSE"; }; world: { type: "mat4"; semantic: "WORLD"; }; uvRepeat: { type: "vec2"; value: import("../../glmatrix/common").Vec2Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; uvOffset: { type: "vec2"; value: import("../../glmatrix/common").Vec2Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; }; export declare const sharedLambertVertexAttributes: { normal: { type: "vec3"; semantic: "NORMAL" | undefined; }; position: { type: "vec3"; semantic: "POSITION" | undefined; }; texcoord: { type: "vec2"; semantic: "TEXCOORD_0" | undefined; }; barycentric: { type: "vec3"; semantic: import("../../Shader").AttributeSemantic | undefined; }; a_Color: { type: "vec4"; semantic: "COLOR" | undefined; }; }; export declare const sharedLambertVaryings: { v_Texcoord: { type: "vec2"; }; v_Normal: { type: "vec3"; }; v_WorldPosition: { type: "vec3"; }; v_Barycentric: { type: "vec3"; }; }; export declare const sharedLambertFragmentUniforms: { diffuseMap: { type: "sampler2D"; value: import("../../Texture2D").default; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; color: { type: "vec3"; value: import("../../glmatrix/common").Vec3Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; emission: { type: "vec3"; value: import("../../glmatrix/common").Vec3Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; alpha: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; alphaCutoff: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; lineWidth: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; lineColor: { type: "vec4"; value: import("../../glmatrix/common").Vec4Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; }; export declare const lambertVertex: VertexShader, { worldViewProjection: { type: "mat4"; semantic: "WORLDVIEWPROJECTION"; }; worldInverseTranspose: { type: "mat4"; semantic: "WORLDINVERSETRANSPOSE"; }; world: { type: "mat4"; semantic: "WORLD"; }; uvRepeat: { type: "vec2"; value: import("../../glmatrix/common").Vec2Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; uvOffset: { type: "vec2"; value: import("../../glmatrix/common").Vec2Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; }, { normal: { type: "vec3"; semantic: "NORMAL" | undefined; }; position: { type: "vec3"; semantic: "POSITION" | undefined; }; texcoord: { type: "vec2"; semantic: "TEXCOORD_0" | undefined; }; barycentric: { type: "vec3"; semantic: import("../../Shader").AttributeSemantic | undefined; }; a_Color: { type: "vec4"; semantic: "COLOR" | undefined; }; }, { v_Texcoord: { type: "vec2"; }; v_Normal: { type: "vec3"; }; v_WorldPosition: { type: "vec3"; }; v_Barycentric: { type: "vec3"; }; }, ({ defines: {}; uniforms: { skinMatrix: { type: "mat4"; value: ArrayLike | undefined; len: string | number; array: true; }; }; attributes: { weight: { type: "vec3"; semantic: "WEIGHT" | undefined; }; joint: { type: "vec4"; semantic: "JOINT" | undefined; }; }; varyings: {}; functions: ((functionName?: string) => string)[]; main: string; } | { defines: {}; uniforms: {}; attributes: { instanceMat1: { type: "vec4"; semantic: "POSITION" | "NORMAL" | "BINORMAL" | "TANGENT" | "TEXCOORD_0" | "TEXCOORD_1" | "COLOR" | "JOINT" | "WEIGHT" | undefined; }; instanceMat2: { type: "vec4"; semantic: "POSITION" | "NORMAL" | "BINORMAL" | "TANGENT" | "TEXCOORD_0" | "TEXCOORD_1" | "COLOR" | "JOINT" | "WEIGHT" | undefined; }; instanceMat3: { type: "vec4"; semantic: "POSITION" | "NORMAL" | "BINORMAL" | "TANGENT" | "TEXCOORD_0" | "TEXCOORD_1" | "COLOR" | "JOINT" | "WEIGHT" | undefined; }; }; varyings: {}; functions: ((functionName?: string) => string)[]; main: string; } | { defines: {}; uniforms: { logDepthBufFC: { type: "float"; value: number; semantic: "LOG_DEPTH_BUFFER_FC" | undefined; }; }; attributes: {}; varyings: { v_FragDepth: { type: "float"; }; }; functions: ((functionName?: string) => string)[]; main: string; })[]>; export declare const lambertFragment: FragmentShader<{ DIFFUSEMAP_ALPHA_ALPHA: null; }, { diffuseMap: { type: "sampler2D"; value: import("../../Texture2D").default; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; color: { type: "vec3"; value: import("../../glmatrix/common").Vec3Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; emission: { type: "vec3"; value: import("../../glmatrix/common").Vec3Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; alpha: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; alphaCutoff: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; lineWidth: { type: "float"; value: number; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; lineColor: { type: "vec4"; value: import("../../glmatrix/common").Vec4Array; semantic: import("../../Shader").UniformSemantic | import("../../Shader").MatrixSemantic | undefined; }; }, { defines: {}; uniforms: {}; attributes: {}; varyings: {}; functions: ((functionName?: string) => string)[]; main: string; }[]>;