import { type DrizzleExecutor } from "../drizzle.js"; /** * Reports whether a chat contains any pending or running agent turn, regardless of current lease state. * This broader unfinished predicate protects lifecycle changes that must wait for all queued and active work to reach a terminal status. */ export declare function agentTurnHasUnfinished(executor: DrizzleExecutor, chatId: string): Promise; //# sourceMappingURL=agentTurnHasUnfinished.d.ts.map