1export const COLORS = { 2 reset: '\x1b[0m', 3 red: '\x1b[31m', 4 green: '\x1b[32m', 5 yellow: '\x1b[33m', 6 magenta: '\x1b[35m', 7 cyan: '\x1b[36m', 8} as const