import { PromptResponse } from '../../../types';
import { VoiceService } from '@sinch/sdk-core';
export declare const getVoiceService: () => VoiceService | PromptResponse;
