import { z } from 'zod'; import type { McpTool } from './types'; declare const inputSchema: z.ZodObject<{ query: z.ZodString; type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { query: string; type?: "all" | "decorator" | "class" | "interface" | undefined; }, { query: string; type?: "all" | "decorator" | "class" | "interface" | undefined; }>; export declare const searchApiTool: McpTool; export {}; //# sourceMappingURL=search-api.d.ts.map