/** * This file was auto-generated by Fern from our API Definition. */ export type SpeechToSpeechConvertRequestFileFormat = "pcm_s16le_16" | "other"; export declare const SpeechToSpeechConvertRequestFileFormat: { readonly PcmS16Le16: "pcm_s16le_16"; readonly Other: "other"; };