/** * Speech interfaces barrel export. * * Issue #389 */ export type { ISTTProvider } from "./stt-provider.interface"; export type { ITTSProvider } from "./tts-provider.interface"; export { SPEECH_TIERS, AUDIO_FORMATS } from "./speech-types"; export type { SpeechTier, AudioFormat, TranscribeOptions, TranscriptionResult, TranscriptionSegment, SynthesizeOptions, SynthesisResult, VoiceInfo, } from "./speech-types";