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