/** The ID of the model to use for transcription. */ export declare const SpeechToTextConvertRequestModelId: { readonly ScribeV2: "scribe_v2"; readonly ScribeV1: "scribe_v1"; }; export type SpeechToTextConvertRequestModelId = (typeof SpeechToTextConvertRequestModelId)[keyof typeof SpeechToTextConvertRequestModelId];