UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 185 B
import { PromptResponse } from '../../../types'; import { VoiceService } from '@sinch/voice'; export declare const getVoiceService: (toolName: string) => VoiceService | PromptResponse;