export declare function yellowText(text: string): string;
export declare function redText(text: string): string;
export declare function greenText(text: string): string;
export declare function grayText(text: string): string;
