export declare const TextFormat: { RESET: string; BOLD: string; DIM: string; UNDERLINE: string; BLINK: string; REVERSE: string; HIDDEN: string; ITALIC: string; STRIKETHROUGH: string; BLACK: string; BLUE: string; GREEN: string; CYAN: string; RED: string; MAGENTA: string; YELLOW: string; WHITE: string; GRAY: string; LIGHT_BLUE: string; LIGHT_GREEN: string; LIGHT_RED: string; LIGHT_PURPLE: string; LIGHT_YELLOW: string; BRIGHT_WHITE: string; BG_BLACK: string; BG_BLUE: string; BG_GREEN: string; BG_CYAN: string; BG_RED: string; BG_MAGENTA: string; BG_YELLOW: string; BG_WHITE: string; BG_GRAY: string; BG_LIGHT_BLUE: string; BG_LIGHT_GREEN: string; BG_LIGHT_RED: string; BG_LIGHT_PURPLE: string; BG_LIGHT_YELLOW: string; BG_BRIGHT_WHITE: string; format(text: string): string; };