/** * Returns the color level supported on stdout and stderr. Can be written to FORCE_COLOR environment variable to pass actual color level through to piped * sub processes. * * @returns The color level (0 = Monochrome, 1 = 16 colors, 2 = 256 colors, 3 = True color) */ export declare function getColorLevel(): number;