import { EdgeWear } from "./EdgeWear"; type Node = any; export declare class BlendTexture extends EdgeWear { protected blendNormals(normal1: Node, normal2: Node, blend: Node, blendMode?: string): Node; private reorientedNormalBlend; private unityStyleNormalBlend; private partialDerivativeBlend; unpackNormal(normalSample: Node): Node; protected blendColors(baseColor: Node, topColor: Node, blendFactor: Node, blendMode?: string): Node; protected blendScalarProperties(baseValue: Node, topValue: Node, blendFactor: Node, blendMode?: string): Node; } export {}; //# sourceMappingURL=BlendTexture.d.ts.map