/**
* Blend two textures
*/
export declare const BlendShader: {
uniforms: {
tDiffuse1: {
value: null;
};
tDiffuse2: {
mixRatio: {
value: number;
opacity: {
vertexShader: string;
fragmentShader: string;