export { ElevenLabsClient } from "./ElevenLabsClient"; export { Music, type SongMetadata, type MultipartResponse } from "./music"; export { play } from "./play"; export { stream } from "./stream"; export { SpeechToText } from "./speechToText"; export { RealtimeConnection, RealtimeEvents, AudioFormat, CommitStrategy, type AudioOptions, type UrlOptions } from "./realtime"; export { SpeechEngine, SpeechEngineSession, SpeechEngineServer, SpeechEngineResource, SpeechEngineAttachment, SpeechEngineClientWrapper, type SpeechEngineServerOptions, type SpeechEngineCallbacks } from "./speech-engine";