import { type AgentImageSummary, type MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Queues a manageImages-authorized agentImages definition for a fresh build and resets its prior terminal output. * Recording the lifecycle transition with its audit and sync evidence gives workers and clients one authoritative build request. */ export declare function agentImageRequestBuild(executor: DrizzleExecutor, input: { actorUserId: string; imageId: string; }): Promise<{ hint: MutationHint; image: AgentImageSummary; }>; //# sourceMappingURL=agentImageRequestBuild.d.ts.map