import { type DrizzleExecutor } from "../drizzle.js"; /** * Reads the active agentRigBindings session ids whose runtime model is owned by one chat. * It does not mutate durable state; keeping this projection separate lets the service reconcile * the external Rig sessions only after the chat-model transaction has committed. */ export declare function agentChatBindingList(executor: DrizzleExecutor, chatId: string): Promise>; //# sourceMappingURL=agentChatBindingList.d.ts.map