import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns a claimed agentTurns steering delivery to the pending queue after Rig refused to fold it into the run. * This is the path that makes steering safe to attempt at all: a refused message keeps its own pending turn and is * answered normally once the current run ends, so a race between a finishing run and an arriving message never * silently drops what someone said. */ export declare function agentTurnReleaseSteering(executor: DrizzleExecutor, input: { agentUserId: string; userMessageId: string; workerId: string; }): Promise; //# sourceMappingURL=agentTurnReleaseSteering.d.ts.map