type alias ForegroundColors Usage in Deno```typescript import { type ForegroundColors } from "node:node__util.d.ts"; ``` Definition "black" | "blackBright" | "blue" | "blueBright" | "cyan" | "cyanBright" | "gray" | "green" | "greenBright" | "grey" | "magenta" | "magentaBright" | "red" | "redBright" | "white" | "whiteBright" | "yellow" | "yellowBright"