declare class VariableType { value: string; constructor(value: string); toJSON(): string; } export { VariableType };