import type { Color } from '../types'; /** * Apply color to text */ export declare function color(colorName: Color, text: string): string; //# sourceMappingURL=color.d.ts.map