import type { Config } from '../../config/schema.js'; export declare function resolveInboundImageContentParts(params: { modelRef: string; cfg?: Config; agentId?: string; userTextForContext: string; images: Array<{ data: string; mimeType: string; }>; }): Promise>;