import type { FastMCP } from 'fastmcp';
/**
 * Register Start Context tool with MCP server
 * @param server - FastMCP server instance
 */
export declare function registerStartContextTool(server: FastMCP): void;
