import { z } from 'zod'; import type { McpTool } from './types'; declare const inputSchema: z.ZodObject<{ useCase: z.ZodString; package: z.ZodOptional | z.ZodOptional>; }, "strip", z.ZodTypeAny, { useCase: string; package?: string | undefined; }, { useCase: string; package?: string | undefined; }>; export declare const getExampleTool: McpTool; export {}; //# sourceMappingURL=get-example.d.ts.map