export declare const useColors: boolean; export declare const terminalWidth: number; export declare const colors: { reset: string; bold: string; dim: string; red: string; green: string; yellow: string; blue: string; cyan: string; }; /** * Strip ANSI color codes from a string for accurate length calculation. */ export declare function stripAnsi(str: string): string; //# sourceMappingURL=colors.d.ts.map