class Typeimport { Type } from "https://deno.land/std@0.56.0/encoding/_yaml/type.ts"; ConstructorsnewType(tag: string, options?: TypeOptions)Propertiesconstruct: (data?: Any) => AnyoptionaldefaultStyle: StyleVariantinstanceOf: Anykind: KindType | nulloptionalloadKind: KindTypeoptionalpredicate: (data: object) => booleanoptionalrepresent: RepresentFn | ArrayObject<RepresentFn>resolve: (data?: Any) => booleanoptionalstyleAliases: ArrayObjecttag: string