/** * Visualization API Server * * Provides REST endpoints and WebSocket for the Brain Dashboard. * Runs alongside or instead of the MCP server. */ /** * Start the visualization API server */ export declare function startVisualizationServer(dbPath?: string): void; //# sourceMappingURL=visualization-server.d.ts.map