/**
 * Defines the format of the output.
 */
export type AzureOpenAiAudioResponseFormat = 'json' | 'text' | 'srt' | 'verbose_json' | 'vtt';
//# sourceMappingURL=audio-response-format.d.ts.map