UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 167 B
import { PromptResponse } from '../../types'; import { SinchClient } from '@sinch/sdk-core'; export declare const getVoiceService: () => SinchClient | PromptResponse;