import type { MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Requeues only the failed agentImages record chosen during onboarding and returns its serverSetupSteps base_image_ready row to in-progress. * Updating the image request, setup row, audit, and syncEvents in one transaction keeps the immutable selection fixed and retry resumable. */ export declare function setupBaseImageRetryBuild(executor: DrizzleExecutor, actorUserId: string): Promise<{ hint: MutationHint; imageId: string; }>; //# sourceMappingURL=setupBaseImageRetryBuild.d.ts.map