UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 213 B
import { PromptResponse } from '../../../types'; import { VerificationService } from '@sinch/verification'; export declare const getVerificationService: (toolName: string) => VerificationService | PromptResponse;