openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 320 B
TypeScript
import { qn as SpeechProviderPlugin } from "../../types-C0dQmare.js";
//#region extensions/azure-speech/speech-provider.d.ts
/** Build the Azure Speech provider descriptor for the speech-core runtime. */
declare function buildAzureSpeechProvider(): SpeechProviderPlugin;
//#endregion
export { buildAzureSpeechProvider };