import type { McpContext } from "./context.js";
/**
 * MCP prompts surface as slash commands in hosts that support them (Claude Code renders
 * this as /mcp__trigger__report), so `/report health` is a real command — no per-project
 * files needed.
 */
export declare function registerPrompts(context: McpContext): void;
