/** * * * Enumerates the possible types for a typed value. */ export declare enum TypedValuesType { Boolean = "Boolean", Integer = "Integer", Double = "Double", String = "String", Date = "Date", Clob = "Clob", Json = "Json" }