import { Graph } from '../../../Graphs/Graph.js'; import { ImmediateNode } from '../../../Nodes/ImmediateNode.js'; import { NodeDescription } from '../../../Nodes/Registry/NodeDescription.js'; import { Variable } from '../../../Variables/Variable.js'; export declare class VariableGet extends ImmediateNode { readonly variable: Variable; static GetDescription(graph: Graph, variableId: string): NodeDescription; constructor(description: NodeDescription, graph: Graph, variable: Variable); } //# sourceMappingURL=VariableGet.d.ts.map