import Node from "../core/Node.js"; import { NodeRepresentation, ShaderNodeObject } from "../tsl/TSLCore.js"; export const directionToColor: (node: NodeRepresentation) => ShaderNodeObject; export const colorToDirection: (node: NodeRepresentation) => ShaderNodeObject;