export interface CuiErrorNotificationService { showError(message: string, options?: Record): void; }