import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Register all MCP prompts with the server
 * This is the main entry point for prompt registration
 */
export declare function registerAllPrompts(server: McpServer): Promise<void>;
export * from "./prompts.types.js";
