import { IUniform } from "three"; export const FreiChenShader: { name: string; uniforms: { tDiffuse: IUniform; aspect: IUniform; }; vertexShader: string; fragmentShader: string; };