import { z } from "zod"; import type { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; export declare const scoreTextInputSchema: z.ZodObject<{ text: z.ZodString; }, "strip", z.ZodTypeAny, { text: string; }, { text: string; }>; export declare function scoreTextToolHandler(raw: unknown): Promise; //# sourceMappingURL=scoreTextTool.d.ts.map