type TextStyleFunction = (text: string) => string; export declare function colorText(styleFn: TextStyleFunction, text: string, noColor?: boolean | undefined): string; export {};