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