import Node from "../core/Node.js"; import { NodeRepresentation, ShaderNodeObject } from "../tsl/TSLCore.js"; export const tri: (x: NodeRepresentation) => ShaderNodeObject; export const tri3: (p: NodeRepresentation) => ShaderNodeObject; export const triNoise3D: ( p_immutable: NodeRepresentation, spd: NodeRepresentation, time: NodeRepresentation, ) => ShaderNodeObject;