type alias StyleVariantimport { type StyleVariant } from "https://deno.land/std@0.56.0/encoding/yaml.ts"; definition: | "lowercase" | "uppercase" | "camelcase" | "decimal"