// Manual mock for chalk to satisfy tests export const blue = (s: string) => s; export const green = (s: string) => s; export const red = (s: string) => s; export default { blue, green, red };