import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const CASE_REQUIRED_FIELDS: Tool; export declare function handleCaseRequiredFields(conn: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; }>;