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