class ContextVariableimport { ContextVariable } from "https://deno.land/x/sptaki@1.2.0/context/ContextVariable.d.ts"; ConstructorsnewContextVariable(value: any, type: ContextVariableType)PropertiesprivatetimestampprivatetypeprivatevalueMethodsgetTimestamp(): DategetType(): ContextVariableTypegetValue<T>(): T