/** * Removes console (terminal) styles from a string (like `\x1B[3m...`). */ export declare const removeStyleFromString: (text: string) => string;