export const RESET = "\x1b[0m"; export const BRIGHT = "\x1b[1m"; export const GREEN = "\x1b[32m"; export const RED = "\x1b[31m"; export const YELLOW = "\x1b[33m";