/** * Terminal color utilities with automatic detection */ /** * Terminal color codes - automatically disabled for non-color terminals */ export declare const colors: { reset: string; bold: string; dim: string; red: string; green: string; yellow: string; blue: string; magenta: string; cyan: string; gray: string; orange: string; };