import type { ProviderImageProfile, ToolResultContent, UserContent } from "@slopus/rig-execution"; export declare function prepareProviderImageContent(content: UserContent | ToolResultContent, profile?: ProviderImageProfile): Promise;