import { Output } from './output'; export declare abstract class Value { abstract render(output: Output): void; }