/** * 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 management * Provides provider selection and status checking functionality */ export declare const aiCoreServer: import("../../../types/mcp.js").NeuroLinkMCPServer;