import { Tool } from '../typescript-sdk-wrapper.js';
/**
 * Register all MCP tools
 */
export declare const registerTools: () => Tool[];
