/** * Registers prompts with the MCP server. * * This function is used to register various prompts that can be used. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerPrompts(server: McpServer): Promise;