import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists distinct chat identifiers that still have pending or running turns for active agents. * Collapsing multiple turns per chat gives startup recovery a minimal set of conversations whose authorized workers may need rescheduling without reviving inactive identities. */ export declare function agentChatListUnfinishedIds(executor: DrizzleExecutor): Promise; //# sourceMappingURL=agentChatListUnfinishedIds.d.ts.map