import type { MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Records a leased agentImages failure and mirrors it into the serverSetupSteps base_image_ready row only for the durable onboarding selection. * Updating both rows and syncEvents in one transaction prevents setup from advertising progress after the underlying job becomes retryable. */ export declare function setupBaseImageFailBuild(executor: DrizzleExecutor, input: { error: string; imageId: string; workerId: string; }): Promise; //# sourceMappingURL=setupBaseImageFailBuild.d.ts.map