UNPKG

@sinch/mcp

Version:

Sinch MCP server

8 lines (7 loc) 310 B
import { PromptResponse } from '../../types'; import { SinchClient } from '@sinch/sdk-core'; export declare const getVerificationCredentials: () => PromptResponse | { applicationKey: string; applicationSecret: string; }; export declare const getVerificationService: () => SinchClient | PromptResponse;