import { f as MediaUnderstandingProvider, v as VideoDescriptionRequest, y as VideoDescriptionResult } from "./types-D0uE_PWZ.js"; //#region extensions/moonshot/media-understanding-provider.d.ts declare function describeMoonshotVideo(params: VideoDescriptionRequest): Promise; declare const moonshotMediaUnderstandingProvider: MediaUnderstandingProvider; //#endregion export { moonshotMediaUnderstandingProvider as n, describeMoonshotVideo as t };