/** The audio encoding of the output, as `codec_sampleRateHz_bitrateKbps`. `mp3_44100_192` requires the Creator tier or above. */ export declare const ElevenFlashV25RequestOutputFormat: { readonly Mp32205032: "mp3_22050_32"; readonly Mp32400048: "mp3_24000_48"; readonly Mp34410032: "mp3_44100_32"; readonly Mp34410064: "mp3_44100_64"; readonly Mp34410096: "mp3_44100_96"; readonly Mp344100128: "mp3_44100_128"; readonly Mp344100192: "mp3_44100_192"; }; export type ElevenFlashV25RequestOutputFormat = (typeof ElevenFlashV25RequestOutputFormat)[keyof typeof ElevenFlashV25RequestOutputFormat];