import { Node } from "three/webgpu";

export const sepia: (color: Node) => Node;
