import { g as StructuredExtractionResult, i as ImageDescriptionResult } from "./types-D0uE_PWZ.js"; import { c as TranscribeAudioFileParams, i as ExtractStructuredWithModelParams, n as DescribeImageFileWithModelParams, o as RunMediaUnderstandingFileParams, r as DescribeVideoFileParams, s as RunMediaUnderstandingFileResult, t as DescribeImageFileParams } from "./runtime-types-82iUEaT7.js"; //#region src/media-understanding/runtime.d.ts declare function runMediaUnderstandingFile(params: RunMediaUnderstandingFileParams): Promise; declare function describeImageFile(params: DescribeImageFileParams): Promise; declare function describeImageFileWithModel(params: DescribeImageFileWithModelParams): Promise; declare function extractStructuredWithModel(params: ExtractStructuredWithModelParams): Promise; declare function describeVideoFile(params: DescribeVideoFileParams): Promise; declare function transcribeAudioFile(params: TranscribeAudioFileParams): Promise; //#endregion export { runMediaUnderstandingFile as a, extractStructuredWithModel as i, describeImageFileWithModel as n, transcribeAudioFile as o, describeVideoFile as r, describeImageFile as t };