import Node from "../core/Node.js"; export default abstract class LightingNode extends Node { readonly isLightingNode: true; constructor(); }