import { type DrizzleExecutor } from "../drizzle.js"; /** * Extends an agentImages build lease only when the caller still owns the in-progress attempt. * This compare-and-renew boundary lets workers prove liveness without reviving an expired or reassigned build. */ export declare function agentImageRenewBuildLease(executor: DrizzleExecutor, imageId: string, workerId: string): Promise; //# sourceMappingURL=agentImageRenewBuildLease.d.ts.map