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

5 lines (4 loc) 291 B
import type { Arguments, CommandBuilder } from "yargs"; import type { SetupHuggingFaceArgs } from "../../lib/types/index.js"; export declare const handleHuggingFaceSetup: (argv: Arguments<SetupHuggingFaceArgs>) => Promise<void>; export declare const setupHuggingFaceBuilder: CommandBuilder;