export declare const ANSI_BASIC_COLORS: readonly string[]; export declare const ANSI_256_CUBE_LEVELS: readonly number[]; export declare const ANSI_256_GRAY_LEVELS: readonly number[]; export declare function ansi256ToHex(index: number): string; //# sourceMappingURL=ansi-colors.d.ts.map