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

15 lines (14 loc) 591 B
import type { ArgumentsCamelCase } from "yargs"; import type { AuthHealthArgs, AuthProvidersArgs, AuthValidateArgs } from "../../lib/types/index.js"; /** * Handle 'auth providers' command */ export declare function handleProvidersCommand(argv: ArgumentsCamelCase<AuthProvidersArgs>): Promise<void>; /** * Handle 'auth validate' command */ export declare function handleValidateCommand(argv: ArgumentsCamelCase<AuthValidateArgs>): Promise<void>; /** * Handle 'auth health' command */ export declare function handleHealthCommand(argv: ArgumentsCamelCase<AuthHealthArgs>): Promise<void>;