/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Full tool manifest for legacy models. * Includes complete descriptions and schemas for auditing in one place. */ import type { CoreToolSet } from '../types.js'; export declare const DEFAULT_LEGACY_SET: CoreToolSet;