/** * @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 findExampleInputSchema: z.ZodObject<{ workspacePath: z.ZodOptional; query: z.ZodString; keywords: z.ZodOptional>; required_packages: z.ZodOptional>; related_concepts: z.ZodOptional>; includeExperimental: z.ZodDefault>; }, z.core.$strip>; export type FindExampleInput = z.infer; export declare const findExampleOutputSchema: z.ZodObject<{ examples: z.ZodArray>; required_packages: z.ZodOptional>; related_concepts: z.ZodOptional>; related_tools: z.ZodOptional>; content: z.ZodString; snippet: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>;