/**
 * MCP Discovery Tools
 * Provides AI agents with comprehensive guidance on using the Bottlenecks system
 */
import { MCPTool } from '../types/mcp.js';
import { MCPOAuthClient } from '../auth/oauth-client.js';
/**
 * Primary entry point for AI agents
 * Returns comprehensive workflow, capabilities, and examples
 */
export declare function createAgentsStartHereTool(client: MCPOAuthClient): MCPTool;
/**
 * Get server capabilities and status
 */
export declare function createGetCapabilitiesTool(client: MCPOAuthClient): MCPTool;
//# sourceMappingURL=discovery.d.ts.map