import type { ImageDescriptionRequest, ImageDescriptionResult } from "../types.js"; export declare function describeImageWithModel(params: ImageDescriptionRequest): Promise;