/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { z } from 'zod'; export declare const LIST_PROJECTS_TOOL: import("./tool-registry").McpToolDeclaration>; }>, { workspaces: z.ZodArray; projects: z.ZodArray>; builder: z.ZodOptional; root: z.ZodString; sourceRoot: z.ZodString; selectorPrefix: z.ZodOptional; unitTestFramework: z.ZodOptional>; styleLanguage: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; parsingErrors: z.ZodDefault>>; versioningErrors: z.ZodDefault>>; }>;