import { TextStyle } from '../types.js'; export declare function applyStyle(text: string, style?: TextStyle): string; //# sourceMappingURL=colors.d.ts.map