import { Node } from '../../ast/entity/node'; export declare abstract class Value extends Node { abstract toString(): string; }