import { type AgentSecretBinding } from "./impl/agentSecretBinding.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Projects optional agent or chat Rig bindings with the union of direct-agent secrets and channel secrets available to an active agent member. * Excluding channel grants after membership ends prevents a retained runtime binding from continuing to inherit chat-scoped credentials. */ export declare function agentSecretBindingList(executor: DrizzleExecutor, input?: { agentUserId?: string; chatId?: string; }): Promise; //# sourceMappingURL=agentSecretBindingList.d.ts.map