import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns agentTurns leased by the departing worker to a claimable state without changing turns owned elsewhere. * This shutdown boundary prevents abandoned ownership from permanently blocking queued agent work. A `steering` * claim goes back to `pending` rather than staying half-delivered, so a message this worker never handed to Rig is * answered as its own turn instead of disappearing with the process. */ export declare function agentTurnReleaseLeases(executor: DrizzleExecutor, workerId: string): Promise; //# sourceMappingURL=agentTurnReleaseLeases.d.ts.map