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";