import type { AgentFunction, AgentFunctionInfo } from "graphai"; import type { AgentBufferResult, ImageAgentInputs, ImageAgentParams, GenAIImageAgentConfig } from "../types/agent.js"; export declare const buildDeprecatedGoogleImageModelMessage: (model: string) => string | null; export declare const imageGenAIAgent: AgentFunction; declare const imageGenAIAgentInfo: AgentFunctionInfo; export default imageGenAIAgentInfo;