import type { MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Completes a leased agentImages build and atomically promotes a selected image as the account bootstrap owner or durable account-free local owner while completing its serverSetupSteps row. * A promotion or setup invariant failure rolls back those rows, audit history, and syncEvents so the worker records one retryable failure without changing the previous default. */ export declare function setupBaseImageCompleteBuild(executor: DrizzleExecutor, input: { dockerImageId: string; imageId: string; workerId: string; }): Promise; //# sourceMappingURL=setupBaseImageCompleteBuild.d.ts.map