UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

11 lines (10 loc) 520 B
import type { CommandModule } from "yargs"; import type { VoiceServerArgs } from "../../lib/types/index.js"; /** * @deprecated Use `neurolink serve voice` instead. This top-level alias is * kept for one release for backwards compatibility and will be removed in a * future version. The voice server is now subsumed under the existing * `serve` infra command per CLAUDE.md's "everything via generate/stream/serve * only" contract. */ export declare const voiceServerCommand: CommandModule<object, VoiceServerArgs>;