import { IUniform } from "@easytwin/three"; export const GammaCorrectionShader: { uniforms: { tDiffuse: IUniform; }; vertexShader: string; fragmentShader: string; };