import { FastMCP } from "fastmcp";
/**
 * Register all prompts with the MCP server
 * @param server The FastMCP server instance
 */
export declare function registerPrompts(server: FastMCP): void;
