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