/**
 * MCP Template Tools
 * Simple template retrieval - no bullshit handlers
 */
import { MCPTool } from '../types/mcp.js';
import { MCPOAuthClient } from '../auth/oauth-client.js';
/**
 * Get bottleneck content templates
 */
export declare function createGetBottleneckTemplateTool(client: MCPOAuthClient): MCPTool;
//# sourceMappingURL=templates.d.ts.map