import { z } from 'zod'; import type { McpTool } from './types'; declare const inputSchema: z.ZodObject<{ decorator: z.ZodString; }, "strip", z.ZodTypeAny, { decorator: string; }, { decorator: string; }>; export declare const getDecoratorInfoTool: McpTool; export {}; //# sourceMappingURL=get-decorator-info.d.ts.map