import { type DrizzleExecutor } from "../drizzle.js"; import { type MutationHint } from "../chat/types.js"; /** * Marks the currently leased agentImages build as failed and preserves its bounded diagnostic output for operators. * Requiring the active lease keeps a superseded builder from turning a later successful attempt back into a failure. */ export declare function agentImageFailBuild(executor: DrizzleExecutor, input: { error: string; imageId: string; workerId: string; }): Promise; //# sourceMappingURL=agentImageFailBuild.d.ts.map