export declare class VariableValue { value: any; asBoolean?: boolean; asString?: string; }