import { So as ResolvedTtsModelOverrides, bo as resolveEffectiveTtsConfig, go as normalizeSpeechProviderId, xo as ResolvedTtsConfig, yo as TtsConfigResolutionContext } from "../agent-harness-runtime-CZIVRpx-.js";
import { ut as TtsAutoMode } from "../types.openclaw-BdCLfP4c.js";
//#region src/tts/tts-auto-mode.d.ts
/** Normalize an unknown value into a supported TTS auto mode. */
export declare function normalizeTtsAutoMode(value: unknown): TtsAutoMode | undefined;
//#endregion
export { type ResolvedTtsConfig, type ResolvedTtsModelOverrides, type TtsConfigResolutionContext, normalizeSpeechProviderId, resolveEffectiveTtsConfig };