/**
 * MCP Admin Operations Tools
 * Provides AI agents with admin-specific capabilities for managing bottlenecks
 */
import { MCPTool } from '../types/mcp.js';
import { MCPOAuthClient } from '../auth/oauth-client.js';
/**
 * Admin tool to list unapproved bottlenecks for review
 */
export declare function createListUnapprovedBottlenecksTool(client: MCPOAuthClient): MCPTool;
//# sourceMappingURL=admin-operations.d.ts.map