export type OutputValue = string | number; export declare function red(value: OutputValue): string; export declare function cyan(value: OutputValue): string; export declare function yellow(value: OutputValue): string;