import type * as ElevenLabs from "../index"; export interface OpenAiAudioInputFormat { type?: ElevenLabs.OpenAiAudioFormat; rate?: number; }