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