import { FastMCP } from 'fastmcp';
/**
 * Register StackScripts tools with the MCP server
 */
export declare function registerStackScriptsTools(server: FastMCP): void;
