export interface PrintConsoleOptions { info?: string; emoji?: string; titleColor?: `#${string}`; messageColor?: `#${string}`; details?: unknown; }