/** * Formats an error for CLI display with colors and actionable hints. */ export declare function formatError(error: unknown, context?: string): string;