function colors.brightBlackimport { colors } from "https://deno.land/x/proc@0.20.17/dev/deps.ts"; const { brightBlack } = colors; brightBlack(str: string): stringSet text color to bright black. Parametersstr: stringtext to make bright-black Returnsstring