import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Creates and registers app-internal tools * These tools are only visible to apps, not to the LLM */ export declare function createAppTools(server: McpServer): void;