/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { UserTierId } from '../code_assist/types.js'; export declare function parseAndFormatApiError(error: unknown, userTier?: UserTierId, currentModel?: string, fallbackModel?: string): string;