import { type DrizzleExecutor } from "../drizzle.js"; /** * Clears build ownership from building agentImages rows while retaining their lifecycle, progress, and log state across shutdown. * Releasing only matching leases makes interrupted builds claimable again without making recovery indistinguishable from a fresh request. */ export declare function agentImageReleaseBuildLeases(executor: DrizzleExecutor, workerId: string): Promise; //# sourceMappingURL=agentImageReleaseBuildLeases.d.ts.map