/**
 * NeuroLink AI Core Server
 * Wraps existing AI provider functionality as MCP tools for orchestration
 * Integrates AIProviderFactory with Factory-First MCP architecture
 */
/**
 * AI Core Server - Central hub for AI provider tools
 * Provides text generation, provider selection, AI analysis, and development workflow tools
 */
export declare const aiCoreServer: import("../../factory.js").NeuroLinkMCPServer;
