openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines (7 loc) • 403 B
TypeScript
import { qn as SpeechProviderPlugin } from "../../types-C0dQmare.js";
import { n as isValidElevenLabsVoiceId } from "../../shared-DkwBVm73.js";
//#region extensions/elevenlabs/speech-provider.d.ts
declare const isValidVoiceId: typeof isValidElevenLabsVoiceId;
declare function buildElevenLabsSpeechProvider(): SpeechProviderPlugin;
//#endregion
export { buildElevenLabsSpeechProvider, isValidVoiceId };