export declare class Value { type: string; setValue(value: string): this; getValue(): T; toString(): string; }