import { Node } from '../../../Nodes/Node.js'; export declare class SetVariable extends Node { readonly valueTypeName: string; constructor(name: string, valueTypeName: string); } //# sourceMappingURL=SetVariable.d.ts.map