// Public speech helpers for bundled or third-party plugins.

export { parseTtsDirectives } from "../tts/directives.js";
export type {
  SpeechModelOverridePolicy,
  SpeechVoiceOption,
  TtsDirectiveOverrides,
  TtsDirectiveParseResult,
} from "../tts/provider-types.js";
