import Node from "../core/Node.js";

export const backgroundBlurriness: Node<"float">;
export const backgroundIntensity: Node<"float">;
export const backgroundRotation: Node<"mat4">;
