/** * Complete PowerPoint MCP Tools - Production Ready * 35+ comprehensive tools for AI agents with full PowerPoint functionality * Designed for enterprise-grade usage with 90%+ test coverage target */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare class PowerPointToolsComplete { private server; private service; constructor(server: McpServer); /** * Register all 35+ MCP tools for comprehensive PowerPoint functionality * Organized by feature categories for maintainability */ registerAllTools(): Promise; private registerFileOperations; private registerSlideManagement; private registerContentCreation; private registerAdvancedFeatures; private registerCollaboration; private registerGraphics; private registerBatchOperations; private registerUtilities; } //# sourceMappingURL=powerPointToolsComplete.d.ts.map