import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { HandrailsClient } from '../../handrails/client'; export declare const SYNC_TOOLS: Tool[]; export declare function handleSyncTool(name: string, args: any, client: HandrailsClient): Promise<{ content: { type: "text"; text: string; }[]; }>;