/** * Working PowerPoint MCP Tools * Provides core PowerPoint functionality through MCP protocol */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare class PowerPointTools { private server; private powerPointService; constructor(server: McpServer); registerTools(): Promise; } //# sourceMappingURL=powerPointTools.d.ts.map