/**
 * MCP Server Module
 *
 * Model Context Protocol server for IDE integration that provides
 * rich codebase context using TTL files and knowledge graphs.
 */
export { MCPServer } from './MCPServer';
export * from './types';
import { MCPServerConfig } from './types';
export declare function createDefaultMCPConfig(): MCPServerConfig;
export declare function validateMCPConfig(config: MCPServerConfig): {
    valid: boolean;
    errors: string[];
};
//# sourceMappingURL=index.d.ts.map