import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const TextToSpeechOutputFormatEnum: core.serialization.Schema<serializers.TextToSpeechOutputFormatEnum.Raw, ElevenLabs.TextToSpeechOutputFormatEnum>;
export declare namespace TextToSpeechOutputFormatEnum {
    type Raw = "mp3_22050_32" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_8000" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_44100" | "ulaw_8000" | "alaw_8000" | "opus_48000_32" | "opus_48000_64" | "opus_48000_96" | "opus_48000_128" | "opus_48000_192";
}
