export declare function agentTurnWork(row: { agentUserId: string; actorUserId: string | null; baselineMessageCount: number | null; chatId: string; lastSessionEventId: string | null; leaseExpiresAt: string | null; runId: string | null; sessionId: string; startedAt: string | null; streamCommittedText: string; text: string; userMessageId: string; workerId: string | null; }): { agentUserId: string; actorUserId: string; baselineMessageCount?: number | undefined; chatId: string; lastSessionEventId?: string | undefined; leaseExpiresAt?: string | undefined; runId?: string | undefined; sessionId: string; startedAt: string; streamCommittedText: string; text: string; userMessageId: string; workerId: string; }; //# sourceMappingURL=agentTurnWork.d.ts.map