import { LLMProviders, type LLMSpeechOptions } from '../LLMService.typedefs'; import { type LLMProviderSpeechScope } from '../client/llmClient.typedefs'; export declare function toProviderSpeechOptions(scope: LLMProviderSpeechScope): LLMSpeechOptions[LLMProviders] | undefined;