import { type DrizzleExecutor } from "../drizzle.js"; import { type MutationHint } from "../chat/types.js"; /** * Moves a leased agentImages build to ready with its resulting Docker image identifier and terminal progress details. * Lease validation at this boundary prevents an expired worker from publishing output over a newer build attempt. */ export declare function agentImageCompleteBuild(executor: DrizzleExecutor, input: { dockerImageId: string; imageId: string; workerId: string; }): Promise; //# sourceMappingURL=agentImageCompleteBuild.d.ts.map