import { Node } from "three/webgpu";

export const bleach: (color: Node, opacity?: Node | number) => Node;
