import { z } from 'zod'; import type { McpTool } from './types'; declare const inputSchema: z.ZodObject<{ packageName: z.ZodString | z.ZodEnum<[string, ...string[]]>; }, "strip", z.ZodTypeAny, { packageName: string; }, { packageName: string; }>; export declare const getPackageDocsTool: McpTool; export {}; //# sourceMappingURL=get-package-docs.d.ts.map