import { Uniform } from 'three';

export const BleachBypassShader: {
    uniforms: {
        tDiffuse: Uniform;
        opacity: Uniform;
    };
    vertexShader: string;
    fragmentShader: string;
};
